JS libraries

Tequila let you use any JS library or framework that you prefer.

To include your libraries into the system check: javascript section

Tequila include some libraries some of them created by us, some others are open source.

* If you know any reason while we should remove any library not code by us, please let us know we will remove immediatly

Here's a list of the JS libraries provided and the functionality they offer

    • ajax: Support all ajax, text, json async operations, generic functions to save any form

    • common: common library to handle events by Dean Edwards

    • css: Library to handle CSS classes by Neil Crosby

    • formval: Javascript validation functions by Stephen Poley

    • functions: Some general functions

    • keepalive: JS to avoid session expire (use with package)

    • loader-min: Minimized, Function to load JS libraries safely; includes common.js; this is the only library downloaded on safemode

    • Standardista-table-sorting: Convert a table into a sortable table by Neil Crosby

    • yuifixtree: Creates a YUI tree; use with strategies

    • yuidyntree: Creates a YUI tree with dynamic child node loading; use with strategies

Non critical:

    • debug: Provide some basic support for debugging

    • Dom: Some functions to create DOM objects

    • events: old version of common :(

    • imageSelector: JS for image selector (need upgrade)

    • loader: Function to load JS libraries safely; includes common.js; this is the only library downloaded on safemode

    • multiselect: Converts a multiselect into a collection of checkboxes by kae@verens.com

    • option: Support JS to pass items from list A to B (easy selection)

    • resizeframe: Resize an iframe after loading by DynamicDrive.com

    • Table: functions for manipulating tables

* Some other libraries might be included, I'll try to remove any non-core JS library in the future.