Changes between Version 33 and Version 34 of AjaxList
- Timestamp:
- 2010-09-08T12:53:18Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v33 v34 120 120 * {{{array("Course.homepage", "Web", "4em", "link", "home.gif"),}}} 121 121 ==== Actions ==== 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( 124 array(<action name>, [warning message], [restrictions array], [controller] 125 }}} 122 126 123 127 ==== Extra Filters ====