Changes between Version 21 and Version 22 of AjaxList
- Timestamp:
- 2010-09-02T18:34:43Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v21 v22 75 75 }}} 76 76 {{{ 77 // 3) Creates the initial list to display by the client 77 // 3) Creates the initial list to display by the client. 78 78 function list() { 79 79 // Set up the basic static ajax list variables … … 101 101 * 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. 102 102 * 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. 103 104 ==== Actions ==== 104 105