Changes between Version 16 and Version 17 of AjaxList


Ignore:
Timestamp:
2010-09-02T18:08:25Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v16 v17  
    6464}}}
    6565{{{
    66 // Processes an Ajax request from the client.
     66// 2) Processes an Ajax request from the client.
    6767function ajaxList() {
    6868    // Set up the list
     
    7373}}}
    7474{{{
    75 // Creates the initial list to display by the client
     75// 3) Creates the initial list to display by the client
    7676function list() {
    7777    // Set up the basic static ajax list variables
     
    8383}}}
    8484
    85 
     85Bellow sections describe the variables that are defined in setUpAjaxList() function.
    8686
    8787==== Columns ====
    88 
     88The $columns va
    8989
    9090==== Actions ====
     
    9696==== Join Table Filters ====
    9797
     98==== Data Post Processing ====
     99
    98100=== Example list ===
    99101The following example demonstrates most of the features of Ajax List.