From 79611edbd514621fa5cf61c92556f94ed5d203dc Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 9 Jul 2006 13:08:10 +0000 Subject: Spelling error fixes. --- .../protected/pages/Advanced/Scripts3.page | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'demos/quickstart/protected/pages/Advanced/Scripts3.page') diff --git a/demos/quickstart/protected/pages/Advanced/Scripts3.page b/demos/quickstart/protected/pages/Advanced/Scripts3.page index 123caa3a..8ba6d5c8 100644 --- a/demos/quickstart/protected/pages/Advanced/Scripts3.page +++ b/demos/quickstart/protected/pages/Advanced/Scripts3.page @@ -1,20 +1,20 @@ -

Javascript in Prado, Questions and Answers

-

How do I include the predefined javascript libraries?

+

Javascript in PRADO, Questions and Answers

+

How do I include the predefined Javascript libraries?

-The available packaged libraries included in Prado are + +The available packaged libraries included in Prado are -

The dependencies for each library are automatically resolved. Components +

The dependencies for each library are automatically resolved. Components that require a particular library will also automatically load the necessary libraries. -For example, if you add a TDatePicker component on the page, the datapicker +For example, if you add a TDatePicker component on the page, the datepicker and its dependencies will be automatically included on the page.

See TClientScript for options of adding - your custom javascript code to the page.

+ your custom Javascript code to the page.

\ No newline at end of file -- cgit v1.2.3