Changes between Version 21 and Version 22 of AjaxList


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v21 v22  
    7575}}}
    7676{{{
    77 // 3) Creates the initial list to display by the client
     77// 3) Creates the initial list to display by the client.
    7878function list() {
    7979    // Set up the basic static ajax list variables
     
    101101  * The exact width be defined for all columns, but one. That is, leaving one column (who's entries are the lonest) as auto will give the best consistent look of the table as its data changes.
    102102  * Use "em" units for to define column widths. "em" are about the size of 1 text line height at present zoom level, and scale better than inches of pixels. Example "10em".
     103 * '''Column Type''' - This field describes the type of data entered. Depending on the type, Ajax List may do some processing of data, or display it in a different way, or tie and action to it. The default type is "string", which is inert.
    103104==== Actions ====
    104105