Package org.olat.course.run.glossary

Examples of org.olat.course.run.glossary.CourseGlossaryToolLinkController


    // textMarkerCtr must be created before the toolC!
    CourseConfig cc = uce.getCourseEnvironment().getCourseConfig();
    glossaryMarkerCtr = CourseGlossaryFactory.createGlossaryMarkupWrapper(ureq, wControl, contentP, cc);
 
    boolean hasGlossaryRights = hasCourseRight(CourseRights.RIGHT_GLOSSARY) || isCourseAdmin;
    glossaryToolCtr = new CourseGlossaryToolLinkController(getWindowControl(), ureq, course, getTranslator(), hasGlossaryRights,
        uce.getCourseEnvironment(), glossaryMarkerCtr);
    listenTo(glossaryToolCtr);
    // init the menu and tool controller
    toolC = initToolController(identity, ureq);
    Component toolComp = (toolC == null ? null : toolC.getInitialComponent());
View Full Code Here


    }
   
    // reset gloss toolC to get newly tabs
    removeAsListenerAndDispose(glossaryToolCtr);
    boolean hasGlossaryRights = hasCourseRight(CourseRights.RIGHT_GLOSSARY) || isCourseAdmin;
    glossaryToolCtr = new CourseGlossaryToolLinkController(getWindowControl(), ureq, course, getTranslator(), hasGlossaryRights,
        uce.getCourseEnvironment(), glossaryMarkerCtr);
    listenTo(glossaryToolCtr);
  }
View Full Code Here

TOP

Related Classes of org.olat.course.run.glossary.CourseGlossaryToolLinkController

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.