diff options
| author | wei <> | 2007-04-07 10:35:16 +0000 | 
|---|---|---|
| committer | wei <> | 2007-04-07 10:35:16 +0000 | 
| commit | 39446f979b52dd0acd75d5d243f352397a0410f6 (patch) | |
| tree | cc82380956f208a24b5de790411bf61185fb3eaa /demos/quickstart/protected/pages/Controls/ClientScript.page | |
| parent | d0bdd3144dfc972450d79ddaf6197a30b27eacc0 (diff) | |
add TClientScriptLoader quickstart docs.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/ClientScript.page')
| -rw-r--r-- | demos/quickstart/protected/pages/Controls/ClientScript.page | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/demos/quickstart/protected/pages/Controls/ClientScript.page b/demos/quickstart/protected/pages/Controls/ClientScript.page index 02f83526..5be3863c 100644 --- a/demos/quickstart/protected/pages/Controls/ClientScript.page +++ b/demos/quickstart/protected/pages/Controls/ClientScript.page @@ -25,10 +25,15 @@ to include on the page. For following example will include the "ajax" and "effec  	    <li><tt>validator</tt> : validation</li>  	    <li><tt>logger</tt> : javascript logger and object browser</li>  	    <li><tt>datepicker</tt> : datepicker</li> -	    <li><tt>rico</tt> : Rico library</li>  	    <li><tt>colorpicker</tt> : colorpicker</li>  	</ul> -<p id="260240" class="block-content">The dependencies for each library are automatically resolved. That is, +<p id="260240" class="block-content"> +Many of the libraries, such as <tt>validator</tt> and <tt>datepicker</tt> will automatically +when controls that uses these libraries are visible on the page. For example, all the  +<a href="?page=Controls.Validation">validators</a> +if they have their <tt>EnableClientScript</tt> set to true will include both the <tt>prado</tt>  +and <tt>validator</tt> javascript libraries.  +The dependencies for each library are automatically resolved. That is,  	specifying, say the "ajax", will also include the "prado" library.</p>  <h2 id="2203">Including Custom Javascript Files</h2> | 
