Changes between Version 16 and Version 17 of AjaxList
- Timestamp:
- 2010-09-02T18:08:25Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v16 v17 64 64 }}} 65 65 {{{ 66 // Processes an Ajax request from the client.66 // 2) Processes an Ajax request from the client. 67 67 function ajaxList() { 68 68 // Set up the list … … 73 73 }}} 74 74 {{{ 75 // Creates the initial list to display by the client75 // 3) Creates the initial list to display by the client 76 76 function list() { 77 77 // Set up the basic static ajax list variables … … 83 83 }}} 84 84 85 85 Bellow sections describe the variables that are defined in setUpAjaxList() function. 86 86 87 87 ==== Columns ==== 88 88 The $columns va 89 89 90 90 ==== Actions ==== … … 96 96 ==== Join Table Filters ==== 97 97 98 ==== Data Post Processing ==== 99 98 100 === Example list === 99 101 The following example demonstrates most of the features of Ajax List.