Changes between Version 8 and Version 9 of AjaxList


Ignore:
Timestamp:
2010-09-02T17:37:53Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v8 v9  
    1616 * {{{\app\controllers\components\ajax_list.php}}}
    1717  * Holds the PHP side of Ajax List code.
    18   * Contains functions to initialize the list, creation of SQL queries, code to query the database for the data to be listed, and state management.
    19  *
     18  * Contains functions to initialize the list, creation of SQL queries, code to query the database for the data to be listed, converting data to JSON for Javascript client, and general list state management.
     19 * {{{\app\views\elements\list\ajaxList.tpl.php}}}
     20  * The elements that is inserted into the pages view where the list is to be created.
     21  * Passes the list data to the JS Ajax List component, making an initial ajax call unnecessary.
     22 * {{{\apps\webroot\js\ajaxList.ks}}}
     23  * The JavaScript component Ajax List. Interprets the JSON, and renders the list as a table, along with the search control, and etc..