Changes between Version 44 and Version 45 of AjaxList
- Timestamp:
- 2010-09-08T13:33:19Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v44 v45 123 123 {{{ 124 124 $actions = array( 125 array(<action 1 name>, [warning message 1], [restrictions array 1], [controller 1], [param 1 [, param 2[, param 3 etc...]]]),126 array(<action 2 name>, [warning message 2], [restrictions array 2], [controller 2], [param 1 [, param 2[, param 3etc...]]]),125 array(<action 1 name>, [warning message 1], [restrictions array 1], [controller 1], <function>, [param 1 [, param 2am 3 etc...]]]), 126 array(<action 2 name>, [warning message 2], [restrictions array 2], [controller 2], <function>, [param 1 [, param 2 etc...]]]), 127 127 [etc...] 128 128 ); … … 132 132 * '''Restrictions''' - An array containing any restrictions on the action based on the entry's map column types, more on this bellow. Enter {{{""}}} if unused. 133 133 * '''Controller''' - If the target controller is ''not'' the same as the controller this Ajax List is in, specify it here. Otherwise, enter {{{""}}}. 134 * '''Param 1,2,3''' - The parameters passed to a controller function. If you specify a {{{Model.column}}} 134 135 ==== Extra Filters ==== 135 136 137 136 138 ==== Join Tables ==== 137 139