Changes between Version 78 and Version 79 of AjaxList


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v78 v79  
    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. 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:
     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. So for example:
    140140  * {{{view}}} - action executes in the present window.
    141141  * {{{!view}}} - action opens a new window, executes, and renders the results there.