Class YuiLoaderHeaderContributor
- java.lang.Object
-
- org.wicketstuff.yui.markup.html.contributor.YuiLoaderHeaderContributor
-
public class YuiLoaderHeaderContributor extends Object
- Author:
- korbinianbachl
-
-
Constructor Summary
Constructors Constructor Description YuiLoaderHeaderContributor()Creates a new instance of YuiLoaderHeaderContributor
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IHeaderContributorforModule(String module, String executeJS)YuiLoaderHeaderContributor.forModule is used to tell the YuiLoader what to load You specifiy the module as well as the required executionJavaScript for the module, the list of the modules is:
-
-
-
Method Detail
-
forModule
public static final IHeaderContributor forModule(String module, String executeJS)
YuiLoaderHeaderContributor.forModule is used to tell the YuiLoader what to load You specifiy the module as well as the required executionJavaScript for the module, the list of the modules is:
!!! Currently they are loaded inline, no sandbox-support yet !!!YUI Component Module Name Animation Utility animation AutoComplete Control autocomplete Base CSS Style Foundation base Button Control button Calendar Control calendar Charts Control charts Color Picker Control colorpicker Connection Manager connection Container Family Core (Module, Overlay) containercore Container Family (Module, Overlay Panel, Tooltip, Dialog, SimpleDialog) container DataSource Utility datasource DataTable Control datatable Dom Collection dom Drag & Drop Utility dragdrop Rich Text Editor editor Element Utility element Event Utility event Fonts CSS fonts Get Utility get Grids CSS Kit grids Browser History Manager history ImageLoader Utility imageloader JSON Utility json Logger Control logger Menu Control menu Profiler Tool profiler Reset CSS reset Selector Utility selector Simple Editor simpleeditor Slider Control slider TabView Control tabview TreeView Control treeview YAHOO Global Object yahoo YUI Loader Utility yuiloader YUI Test Tool yuitest - Parameters:
module-executeJS-- Returns:
-
-