Procedural File: class.atkmanytoonerelation.inc
Source Location: /relations/class.atkmanytoonerelation.inc
Page Details
This file is part of the Achievo ATK distribution.
Detailed copyright and licensing information can be found in the doc/COPYRIGHT and doc/LICENSE files which should be included in the distribution.
| Version: | $Revision: 6309 $ $Id: class.atkmanytoonerelation.inc 6541 2009-10-28 09:58:14Z peter $ |
| Copyright: | (c)2000-2004 Ibuildings.nl BV |
| Copyright: | (c)2000-2004 Ivo Jansch |
| License: | ATK Open Source License |
Constants
AF_MANYTOONE_AUTOCOMPLETE [line 48]
AF_MANYTOONE_AUTOCOMPLETE = AF_RELATION_AUTOCOMPLETE
|
|
Use auto-completition instead of drop-down / selection page
AF_MANYTOONE_AUTOLINK [line 28]
AF_MANYTOONE_AUTOLINK = AF_RELATION_AUTOLINK
|
|
Create edit/view links for the items in a manytoonerelation dropdown.
AF_MANYTOONE_LAZY [line 53]
AF_MANYTOONE_LAZY = AF_SPECIFIC_4
|
|
Lazy load
AF_MANYTOONE_NO_NULL_ITEM [line 38]
AF_MANYTOONE_NO_NULL_ITEM = AF_RELATION_NO_NULL_ITEM
|
|
Do not add null option ever
AF_MANYTOONE_OBLIGATORY_NULL_ITEM [line 58]
AF_MANYTOONE_OBLIGATORY_NULL_ITEM = AF_SPECIFIC_5
|
|
Add a default null option to obligatory relations
AF_RELATION_AUTOCOMPLETE [line 43]
AF_RELATION_AUTOCOMPLETE = AF_SPECIFIC_3
|
|
Use auto-completition instead of drop-down / selection page
AF_RELATION_AUTOLINK [line 23]
AF_RELATION_AUTOLINK = AF_SPECIFIC_1
|
|
Create edit/view links for the items in a manytoonerelation dropdown.
AF_RELATION_NO_NULL_ITEM [line 33]
AF_RELATION_NO_NULL_ITEM = AF_SPECIFIC_2
|
|
Do not add null option under any circumstance