Changes between Version 19 and Version 20 of AjaxList
- Timestamp:
- 2010-09-02T18:25:50Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v19 v20 97 97 }}} 98 98 * '''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. I f it is left out, the user will see the Column.id100 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}}} 101 101 ==== Actions ==== 102 102