ACTION_CANCELLED [line 228]
The action is cancelled
action status flag
ACTION_FAILED [line 235]
The action failed to accomplish it's goal
action status flag
ACTION_SUCCESS [line 242]
The action is a success
action status flag
MRA_MULTI_SELECT [line 261]
Multiple selections possible.
MRA_NO_SELECT [line 271]
No selection possible (e.g. action is always for all (visible) records!).
MRA_SINGLE_SELECT [line 266]
Only one selection possible.
NF_ADDAFTERADD [line 153]
After adding a new record add another one instantaniously.
NF_ADDORCOPY_DIALOG [line 168]
NF_ADDORCOPY_DIALOG = 16777216
|
|
Use the dialog add-or-copy popup box when adding a new record for this node.
NF_ADD_DIALOG [line 163]
Use the dialog popup box when adding a new record for this node.
NF_ADD_LINK [line 65]
Doesn't show an add form on the admin page
but a link to the form
NF_AUTOSELECT [line 82]
If this flag is set and only one record is
present on a selectpage, atk automagically selects it and moves on to the target
NF_CACHE_RECORDLIST [line 148]
NF_CACHE_RECORDLIST = 1048576
|
|
Makes a node cache it's recordlist
NF_COPY [line 75]
Records / trees may be copied
NF_EDITAFTERADD [line 49]
Immediately after you add a new record,
you get the editpage for that record
NF_EDITAFTERCOPY [line 198]
NF_EDITAFTERCOPY = 1073741824
|
|
Records may be copied and open for editing
NF_EXPORT [line 131]
Add CSV export ability to the node.
NF_EXT_SORT [line 143]
Enable extended sorting (multicolumn sort)
NF_IMPORT [line 126]
Quick way to ensable the csv import feature
NF_LOCK [line 116]
Add locking support to node, if one user is editing a record, no one else may edit it.
NF_ML [line 121]
Multi-language support
NF_MRA [line 203]
NF_MRA = NF_MULTI_RECORD_ACTIONS
|
|
Alias for NF_MULTI_RECORD_ACTIONS flag (shortcut)
NF_MRPA [line 110]
Multi-priority-selection of records is turned on
NF_MULTILANGUAGE [line 208]
Alias for NF_ML flag (typed out)
NF_MULTI_RECORD_ACTIONS [line 105]
NF_MULTI_RECORD_ACTIONS = 8192
|
|
Multi-selection of records is turned on
NF_NO_ADD [line 33]
No new records may be added
NF_NO_DELETE [line 43]
Records may not be deleted
NF_NO_EDIT [line 38]
Records may not be edited
NF_NO_EXTENDED_SEARCH [line 100]
NF_NO_EXTENDED_SEARCH = 4096
|
|
Extended search feature is turned off
NF_NO_FILTER [line 59]
Ignore addFilter filters
NF_NO_IMPORT [line 138]
Disable csv import feature
API Tags:
| Deprecated: | since ATK 5.2 |
NF_NO_SEARCH [line 54]
Records may not be searched
NF_NO_SECURITY [line 95]
Quick way to disable accessright checking
for an entire node. (Everybody may access this node)
NF_NO_SORT [line 158]
No sorting possible.
NF_NO_VIEW [line 70]
Records may not be viewed
NF_READONLY [line 213]
NF_READONLY = NF_NO_ADD|NF_NO_DELETE|NF_NO_EDIT
|
|
Aggregate flag to quickly create readonly nodes
NF_SPECIFIC_1 [line 173]
Specific node flag 1
NF_SPECIFIC_2 [line 178]
Specific node flag 2
NF_SPECIFIC_3 [line 183]
NF_SPECIFIC_3 = 134217728
|
|
Specific node flag 3
NF_SPECIFIC_4 [line 188]
NF_SPECIFIC_4 = 268435456
|
|
Specific node flag 4
NF_SPECIFIC_5 [line 193]
NF_SPECIFIC_5 = 536870912
|
|
Specific node flag 5
NF_TRACK_CHANGES [line 89]
If set, atk stores the old values of
a record as ["atkorgrec"] in the $rec that gets passed to the postUpdate
TRIGGER_ALL [line 251]
TRIGGER_ALL = TRIGGER_PRE|TRIGGER_POST
|
|
TRIGGER_NONE [line 247]
Trigger flags