From 39446f979b52dd0acd75d5d243f352397a0410f6 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 7 Apr 2007 10:35:16 +0000 Subject: add TClientScriptLoader quickstart docs. --- demos/quickstart/protected/pages/Controls/ClientScript.page | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls/ClientScript.page') 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
  • validator : validation
  • logger : javascript logger and object browser
  • datepicker : datepicker
  • -
  • rico : Rico library
  • colorpicker : colorpicker
  • -

    The dependencies for each library are automatically resolved. That is, +

    +Many of the libraries, such as validator and datepicker will automatically +when controls that uses these libraries are visible on the page. For example, all the +validators +if they have their EnableClientScript set to true will include both the prado +and validator javascript libraries. +The dependencies for each library are automatically resolved. That is, specifying, say the "ajax", will also include the "prado" library.

    Including Custom Javascript Files

    -- cgit v1.2.3