Examples of CourseChatSettingController


Examples of org.olat.course.config.ui.CourseChatSettingController

      } else {     
        // editproptabinfVC.put(CourseFactory.getDetailsComponent(repositoryEntry.getOlatResource(),ureq));
        // enable course chat settings, if instant messenger module is available
        // and course chat is enabled.
        if (InstantMessagingModule.isEnabled()&& CourseModule.isCourseChatEnabled()) {
          ccc = new CourseChatSettingController(ureq, getWindowControl(), changedCourseConfig);
          this.listenTo(ccc);
          // push on controller stack and register <this> as controllerlistener
          tabbedPane.addTab(translate("tab.chat"), ccc.getInitialComponent());
        }
        VFSContainer namedContainerImpl = new NamedContainerImpltranslate("coursefolder", course.getCourseTitle()),
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.