Package org.olat.repository

Examples of org.olat.repository.RepositoryEntryDetailsFormController


    chdesctabVC = createVelocityContainer("changedesctab1");
    chdesctabVC.contextPut("id", entry.getResourceableId() == null ? "-" : entry.getResourceableId().toString());
    chdesctabVC.contextPut("initialauthor", entry.getInitialAuthor());
    descVC.contextPut("disabledforwardreason", translate("disabledforwardreason"));
    // repo entry details form
    repoEntryDetailsFormCtr = new RepositoryEntryDetailsFormController(ureq, getWindowControl(), entry, isSubWorkflow);
    listenTo(repoEntryDetailsFormCtr);
    chdesctabVC.put("repoEntryDetailsFormCtr", repoEntryDetailsFormCtr.getInitialComponent());
    // file upload form - should be refactored to RepositoryEntryDetailsFormController, need more time to do this
    imageUploadController = new RepositoryEntryImageController(ureq, wControl, getRepositoryEntry(), getTranslator(), picUploadlimitKB);
    listenTo(imageUploadController);
View Full Code Here

TOP

Related Classes of org.olat.repository.RepositoryEntryDetailsFormController

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.