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.. |