Difference between revisions of "Scripts 1 0"
From ADF Docs
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | |||
+ | Attention: Do not change any text in the description, properties, and functions sections. | ||
+ | |||
+ | Return to [[Library|Library (API)]] | ||
+ | |||
== Description == | == Description == | ||
Scripts functions for the ADF Library | Scripts functions for the ADF Library | ||
− | == Properties == | + | == Properties == |
− | + | :wikiTitle = Scripts_1_0 | |
− | + | :dependency = scriptsService_1_0 | |
− | + | :type = singleton | |
− | = | ||
− | Functions | + | == Functions == |
+ | <div id='library-api'> | ||
+ | :[[Scripts_1_0-jQueryUIButtonClass|jQueryUIButtonClass]] ( ) | ||
+ | ::Returns the classes required to make a button act like a jQueryUI button | ||
+ | :[[Scripts_1_0-loadADFLightbox|loadADFLightbox]] ( string version, boolean force ) | ||
+ | ::ADF Lightbox Framework for the ADF Library | ||
+ | :[[Scripts_1_0-loadADFStyles|loadADFStyles]] ( ) | ||
+ | :[[Scripts_1_0-loadAutoGrow|loadAutoGrow]] ( string version ) | ||
+ | ::Loads the AutoGrow jQuery Plug-in Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadCFJS|loadCFJS]] ( string version ) | ||
+ | ::Loads the CFJS jQuery Plug-in Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadDropCurves|loadDropCurves]] ( string version ) | ||
+ | ::Loads the Drop Curves plugin for jQuery | ||
+ | :[[Scripts_1_0-loadGalleryView|loadGalleryView]] ( numeric version, string themeName ) | ||
+ | ::Loads the JQuery UI Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadJCarousel|loadJCarousel]] ( string skinName, boolean force ) | ||
+ | ::Loads the JQuery UI Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadJCrop|loadJCrop]] ( ) | ||
+ | ::Loads the JQuery Crop plugin | ||
+ | :[[Scripts_1_0-loadJCycle|loadJCycle]] ( string version ) | ||
+ | ::Loads the jCycle plugin for jQuery | ||
+ | :[[Scripts_1_0-loadJQuery|loadJQuery]] ( string version, boolean force, boolean noConflict ) | ||
+ | ::Loads the JQuery Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadJQueryAutocomplete|loadJQueryAutocomplete]] ( ) | ||
+ | :[[Scripts_1_0-loadJQueryCheckboxes|loadJQueryCheckboxes]] ( string version, boolean force ) | ||
+ | ::Loads the JQuery checkboxes Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadJQueryJSON|loadJQueryJSON]] ( string version, boolean force ) | ||
+ | ::Loads the JQuery JSON Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadJQuerySelectboxes|loadJQuerySelectboxes]] ( string version ) | ||
+ | ::Loads the JQuery selectboxes plugin. | ||
+ | :[[Scripts_1_0-loadJQuerySuperfish|loadJQuerySuperfish]] ( string version ) | ||
+ | ::Loads the JQuery UI Stars plugin | ||
+ | :[[Scripts_1_0-loadjQuerySWFObject|loadjQuerySWFObject]] ( string version ) | ||
+ | ::Loads the SWFObject jQuery Plug-in Flash Embed Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadJQueryTools|loadJQueryTools]] ( string tool ) | ||
+ | ::Loads the JQuery tools plugin | ||
+ | :[[Scripts_1_0-loadJQueryUI|loadJQueryUI]] ( string version, string themeName, boolean force ) | ||
+ | ::Loads the JQuery UI Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadJQueryUIStars|loadJQueryUIStars]] ( string version ) | ||
+ | ::Loads the JQuery UI Stars plugin | ||
+ | :[[Scripts_1_0-loadMouseMovement|loadMouseMovement]] ( string version ) | ||
+ | ::Loads the mouse movement detection script for CFFormProtect if not already loaded. | ||
+ | :[[Scripts_1_0-loadNiceForms|loadNiceForms]] ( ) | ||
+ | :[[Scripts_1_0-loadQTip|loadQTip]] ( string version, boolean force ) | ||
+ | ::Loads the JQuery Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadSWFObject|loadSWFObject]] ( string version ) | ||
+ | ::Loads the SWFObject Flash Embed Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadTableSorter|loadTableSorter]] ( string version ) | ||
+ | ::Loads the Tablesorter Plugin Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadTableSorterPager|loadTableSorterPager]] ( string version ) | ||
+ | ::Loads the Tablesorter Plugin Pager addon Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadTableSorterThemes|loadTableSorterThemes]] ( string themeName, string version ) | ||
+ | ::Loads the Tablesorter Plugin Theme Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadThickbox|loadThickbox]] ( string version, boolean force ) | ||
+ | ::Loads the Thickbox Headers if not loaded. | ||
+ | :[[Scripts_1_0-loadUsedKeyboard|loadUsedKeyboard]] ( string version ) | ||
+ | ::Loads the used keyboard detection script for CFFormProtect if not already loaded. | ||
+ | </div> |
Latest revision as of 13:39, 9 April 2010
Attention: Do not change any text in the description, properties, and functions sections.
Return to Library (API)
Description
Scripts functions for the ADF Library
Properties
- wikiTitle = Scripts_1_0
- dependency = scriptsService_1_0
- type = singleton
Functions
- jQueryUIButtonClass ( )
- Returns the classes required to make a button act like a jQueryUI button
- loadADFLightbox ( string version, boolean force )
- ADF Lightbox Framework for the ADF Library
- loadADFStyles ( )
- loadAutoGrow ( string version )
- Loads the AutoGrow jQuery Plug-in Headers if not loaded.
- loadCFJS ( string version )
- Loads the CFJS jQuery Plug-in Headers if not loaded.
- loadDropCurves ( string version )
- Loads the Drop Curves plugin for jQuery
- loadGalleryView ( numeric version, string themeName )
- Loads the JQuery UI Headers if not loaded.
- loadJCarousel ( string skinName, boolean force )
- Loads the JQuery UI Headers if not loaded.
- loadJCrop ( )
- Loads the JQuery Crop plugin
- loadJCycle ( string version )
- Loads the jCycle plugin for jQuery
- loadJQuery ( string version, boolean force, boolean noConflict )
- Loads the JQuery Headers if not loaded.
- loadJQueryAutocomplete ( )
- loadJQueryCheckboxes ( string version, boolean force )
- Loads the JQuery checkboxes Headers if not loaded.
- loadJQueryJSON ( string version, boolean force )
- Loads the JQuery JSON Headers if not loaded.
- loadJQuerySelectboxes ( string version )
- Loads the JQuery selectboxes plugin.
- loadJQuerySuperfish ( string version )
- Loads the JQuery UI Stars plugin
- loadjQuerySWFObject ( string version )
- Loads the SWFObject jQuery Plug-in Flash Embed Headers if not loaded.
- loadJQueryTools ( string tool )
- Loads the JQuery tools plugin
- loadJQueryUI ( string version, string themeName, boolean force )
- Loads the JQuery UI Headers if not loaded.
- loadJQueryUIStars ( string version )
- Loads the JQuery UI Stars plugin
- loadMouseMovement ( string version )
- Loads the mouse movement detection script for CFFormProtect if not already loaded.
- loadNiceForms ( )
- loadQTip ( string version, boolean force )
- Loads the JQuery Headers if not loaded.
- loadSWFObject ( string version )
- Loads the SWFObject Flash Embed Headers if not loaded.
- loadTableSorter ( string version )
- Loads the Tablesorter Plugin Headers if not loaded.
- loadTableSorterPager ( string version )
- Loads the Tablesorter Plugin Pager addon Headers if not loaded.
- loadTableSorterThemes ( string themeName, string version )
- Loads the Tablesorter Plugin Theme Headers if not loaded.
- loadThickbox ( string version, boolean force )
- Loads the Thickbox Headers if not loaded.
- loadUsedKeyboard ( string version )
- Loads the used keyboard detection script for CFFormProtect if not already loaded.