From b2e97539e7af7712b04dd5c2610a454d09aa0333 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 7 Jul 2006 23:18:19 +0000 Subject: Update simpletest --- demos/quickstart/protected/pages/Controls/ClientScript.page | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'demos') diff --git a/demos/quickstart/protected/pages/Controls/ClientScript.page b/demos/quickstart/protected/pages/Controls/ClientScript.page index 5dab41d5..7c643a82 100644 --- a/demos/quickstart/protected/pages/Controls/ClientScript.page +++ b/demos/quickstart/protected/pages/Controls/ClientScript.page @@ -1,8 +1,8 @@ -

TClientScript

+

TClientScript

-

Including Bundled Javascript Libraries in Prado

+

Including Bundled Javascript Libraries in Prado

TClientScript allows javascript code to be insert or linked to the page template. Prado is bundled with a large library of javascript functionality @@ -32,7 +32,7 @@ to include on the page. For following example will include the "ajax" and "effec

The dependencies for each library are automatically resolved. That is, specifying, say the "ajax", will also include the "prado" library.

-

Including Custom Javascript Files

+

Including Custom Javascript Files

Custom javascript files can be register using the ScriptUrl property. The following example includes the javascript file "test.js" to the page. In this case, the file "test.js" is relative the current template you are using. Since the property value is @@ -45,7 +45,7 @@ automatically, that is, the file will be copied to the assets directory if neces

You can include javascript files from other servers by specifying the full URL string in the ScriptUrl property.

-

Including Custom Javascript Code Blocks

+

Including Custom Javascript Code Blocks

Any content within the TClientScript control tag will be considered as javascript code and will be rendered where it is declared.

-- cgit v1.2.3