The TextSide Engine allows you to easily add your own custom Javascript files to your page. Using Javascript you can create a richer experience for your site users. You can have your pages selectively include Javascript Files or other resource files such as style sheets.
The TextSide Engine also includes some built in Javascript classes that help take care of common utility task and AJAX function calls. Additionally,
Prototype and
Scriptaculous are built into to Engine are are always available to be called from within your own scripts.
Here you can find reference on how to include your own Javascript files, common techniques, and reference for the built in TextSide static classes.
Covers how to include your own JavaScript Files into your Code Behind pages and Parts.
A brief introduction to creating classes in your JavaScript code. This technique helps make your JavaScript more manageable by approaching your code from an Object Oriented manner.
Reference for the built in 'Site' static class. This is a static class that TextSide provides which contains information about the current page being viewed. You can use this information in your own JavaScript code.
Reference for the built in 'Util' static class. This is a static class that TextSide provides that contains many utility functions to help make your development easier.