From 654a9cae43358c7eecf3b522e9876aa7815e2453 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 7 Dec 2015 15:57:51 +0100 Subject: Move urls from pradosoft.com to github's project page; drop unmaintained quickstart tutorial translations --- .../protected/pages/Advanced/es/Scripts3.page | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100755 demos/quickstart/protected/pages/Advanced/es/Scripts3.page (limited to 'demos/quickstart/protected/pages/Advanced/es/Scripts3.page') diff --git a/demos/quickstart/protected/pages/Advanced/es/Scripts3.page b/demos/quickstart/protected/pages/Advanced/es/Scripts3.page deleted file mode 100755 index 37885abb..00000000 --- a/demos/quickstart/protected/pages/Advanced/es/Scripts3.page +++ /dev/null @@ -1,39 +0,0 @@ - -

Javascript in PRADO, Questions and Answers

-

How do I include the Javascript libraries distributed with Prado?

-

The javascript libraries distributed with Prado can be found in the -framework/Web/Javascripts/source directory. The packages.php -file in that directory defines a list of available package names available -to be loaded. They can be loaded as follows. -

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

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 datepicker -and its dependencies will be automatically included on the page.

- -

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

- -
-- cgit v1.2.3