Changes between Version 34 and Version 35 of AjaxList


Ignore:
Timestamp:
2010-09-08T12:53:33Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v34 v35  
    121121==== Actions ====
    122122The 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(
    124125   array(<action name>, [warning message], [restrictions array], [controller]
    125126}}}