Changes between Version 33 and Version 34 of AjaxList


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v33 v34  
    120120   * {{{array("Course.homepage",      "Web",         "4em",  "link",   "home.gif"),}}}
    121121==== Actions ====
     122The 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}}}
    122126
    123127==== Extra Filters ====