Changes between Version 34 and Version 35 of AjaxList
- Timestamp:
- 2010-09-08T12:53:33Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v34 v35 121 121 ==== Actions ==== 122 122 The Actions array is an array-of-arrays that lets you define a set of actions for each entry in the list. These will be accessible when the user right click an action item. The general syntax for the actions array is: 123 {{{$actions = array( 123 {{{ 124 $actions = array( 124 125 array(<action name>, [warning message], [restrictions array], [controller] 125 126 }}}