Changes between Version 19 and Version 20 of AjaxList


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v19 v20  
    9797}}}
    9898 * '''Model.column''' - The CakePHP column id, in the format {{{Model.column}}}. This corresponds to the {{{table.column}}} format of the SQL database. This is the only required column in the column array entry, but it ''must'' be inside the an array, even if it's the only one.
    99  * '''Column Name''' - The column name will be displayed to the user. If it is left out, the user will see the Column.id
    100 
     99 * '''Column Name''' - The column name will be displayed to the user. It is used in the table headers, as well as the search-by-field descriptions. If this field is left out, the user will see the Column.id instead.
     100 * '''CSS width of column''' - This entry is applied to inside the {{{tableColumn.style.width}}}
    101101==== Actions ====
    102102