Package org.olat.course.nodes.ta

Examples of org.olat.course.nodes.ta.DropboxForm


    editModules.put("editModules", modulesForm.getInitialComponent());
   
    // DropBox config  (re-used from task-node)
    editDropbox = this.createVelocityContainer("editDropbox");
    editDropbox.setTranslator(myTranslator);
    dropboxForm = new DropboxForm("dropboxform", myTranslator, config);
    dropboxForm.addListener(this);
    editDropbox.put(dropboxForm);

    // Scoring config   
    editScoring = this.createVelocityContainer("editScoring");
View Full Code Here

TOP

Related Classes of org.olat.course.nodes.ta.DropboxForm

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.