Examples of JavaScriptTracingController


Examples of org.olat.core.logging.JavaScriptTracingController

      developmentC = wbo.createDevelopmentController(ureq, getWindowControl());
      mainvc.put("development", developmentC.getInitialComponent());
    }
   
    // attach AJAX javascript console
    jsLoggerC = new JavaScriptTracingController(ureq, getWindowControl());
    // the js logger provides only a header element, nevertheless we need to
    // put it into the main velocity container.
    mainvc.put("jsLoggerC", jsLoggerC.getInitialComponent());
   
    //put the globals path like "/olat/classpath/61x/" into the main win, used for some dynamic injected js libs like jsMath
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.