Difference between revisions of "Scripts 1 0-loadAutoGrow"
From ADF Docs
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
__NOTOC__ | __NOTOC__ | ||
Attention: Do not change any text in the description, signature, and paramter sections. | Attention: Do not change any text in the description, signature, and paramter sections. | ||
Line 16: | Line 8: | ||
== Signature == | == Signature == | ||
− | public void | + | public void <strong>loadAutoGrow</strong> ( string version ) |
== Parameters == | == Parameters == | ||
− | + | <table id="lib-params"> | |
− | + | <tr class="header"> | |
− | + | <td>Required</td> | |
− | + | <td>Name</td> | |
− | + | <td>Type</td> | |
− | + | <td>Description</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td class="required">optional</td> | |
− | + | <td>version</td> | |
− | + | <td>string</td> | |
− | + | <td>[Default: 1.2.2] AutoGrow version to load.</td> | |
− | + | </tr> | |
− | + | </table> |
Latest revision as of 17:40, 24 November 2010
Attention: Do not change any text in the description, signature, and paramter sections.
Return to Scripts_1_0
Description
Loads the AutoGrow jQuery Plug-in Headers if not loaded.
Signature
public void loadAutoGrow ( string version )
Parameters
Required | Name | Type | Description |
optional | version | string | [Default: 1.2.2] AutoGrow version to load. |