Package org.olat.core.gui.components.velocity

Examples of org.olat.core.gui.components.velocity.VelocityContainerRenderer


    //FIXME:FG: add support for multiple renderers (screenreader / iphone)
    // 1) move to a config file
    // 2) don't hardcode the theme (allow also iphone theme)
    // 3) check which special renderer are really needed
    //screenReaderRenderers.put(MenuTree.class, new MenuTreeScreenreaderRenderer());
    screenReaderRenderers.put(VelocityContainer.class, new VelocityContainerRenderer("screenreader"))
    //screenReaderRenderers.put(TabbedPane.class, new TabbedPaneScreenreaderRenderer());
  }
View Full Code Here

TOP

Related Classes of org.olat.core.gui.components.velocity.VelocityContainerRenderer

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.