Javascript in Prado, Questions and Answers

How do I include the predefined javascript libraries?

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

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