Template Loader
The Template Loader is used by UI Options to configure the location of the various HTML templates that are used in the UI Options dialog. The options described on this page can be configured through the options of the main UI Options components. Three version of UI Options are available:
Do not use this component directly. The information on this page should be use when customizing one of the three versions.
See Also
Full Page UI Options
Full Page UI Options (with Preview)
Fat Panel UI Options
|
Options
templates
Description |
A JavaScript object containing named template filenames. Four templates are supported:
|
---|---|
Default |
templates: { textControls: "%prefix/UIOptionsTemplate-text.html", layoutControls: "%prefix/UIOptionsTemplate-layout.html", linksControls: "%prefix/UIOptionsTemplate-links.html", uiOptions: "%prefix/FatPanelUIOptions.html" }
|
Example |
templates: { uiOptions: "../templates/CustomUIOptionsLayout.html" } |
Notes |
The special notation |
See also |
Full Page UI Options' prefix option |