Changes between Version 76 and Version 77 of AjaxList


Ignore:
Timestamp:
2010-10-12T23:12:34Z (13 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v76 v77  
    137137 * '''Restrictions''' - An array containing any restrictions on the action based on the entry's map column types, more on this bellow. Enter {{{""}}} if unused.
    138138 * '''Controller''' - If the target controller is ''not'' the same as the controller this Ajax List is in, specify it here. Otherwise, enter {{{""}}}.
    139  * '''Function''[ - The name of a function to execute in the present controller on the action. Required.
     139 * '''Function'' - The name of a function to execute in the present controller on the action. Required. If the function name is prefixed with a '!', the action will open a new, smaller browser window, and render the result there. For for example:
     140  * {{{view}}} - action executes in the present window.
     141  * {{{!view}}} - action opens a new window, executes, and renders the results there.
    140142 * '''Param 1,2,3''',etc... - The parameters passed to a controller function. If you specify a {{{Model.column}}} type string, Ajax List will try to substitute that entry's column for this parameter, meaning that you can specify actions based item id's in the list. If the column is not found, the string will be given at the parameter literally.
    141143