Changes between Version 80 and Version 81 of AjaxList
- Timestamp:
- 2010-12-06T18:07:23Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v80 v81 144 144 ===== Action Restrictions ===== 145 145 If an action is restricted for an item, if will be greyed out and disabled when the user right-clicks the action menu. Now, this doesn't mean that the user can't manipulate the URL to try and execute this function anyways, so it's a very good idea to put some access restrictions in the controller functions themselves. 146 The access restriction array is (again :-) an array o rarray, and has the following general format146 The access restriction array is (again :-) an array of array, and has the following general format 147 147 {{{ 148 148 #!php