Package org.olat.course.nodes.ms

Examples of org.olat.course.nodes.ms.MSEditFormController


    // Scoring config   
    editScoring = this.createVelocityContainer("editScoring");
    editScoringConfigButton = LinkFactory.createButtonSmall("scoring.config.enable.button", editScoring, this);

    scoringController = new MSEditFormController(ureq, wControl, config);
    listenTo(scoringController);
    editScoring.put("scoringController", scoringController.getInitialComponent());
   
    // if there is already user data available, make for read only
    UserNodeAuditManager am = course.getCourseEnvironment().getAuditManager();
View Full Code Here


    // Scoring config   
    editScoring = this.createVelocityContainer("editScoring");
    editScoringConfigButton = LinkFactory.createButtonSmall("scoring.config.enable.button", editScoring, this);

    scoringController = new MSEditFormController(ureq, wControl, config);
    listenTo(scoringController);
    editScoring.put("scoringController", scoringController.getInitialComponent());
   
    // if there is already user data available, make for read only
    UserNodeAuditManager am = course.getCourseEnvironment().getAuditManager();
View Full Code Here

TOP

Related Classes of org.olat.course.nodes.ms.MSEditFormController

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.