Changes between Version 44 and Version 45 of AjaxList


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v44 v45  
    123123{{{
    124124$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 3 etc...]]]),
     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...]]]),
    127127   [etc...]
    128128);
     
    132132 * '''Restrictions''' - An array containing any restrictions on the action based on the entry's map column types, more on this bellow. Enter {{{""}}} if unused.
    133133 * '''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}}}
    134135==== Extra Filters ====
    135 
     136 
     137 
    136138==== Join Tables ====
    137139