Procedural File: class.atkonetoonerelation.inc
Source Location: /relations/class.atkonetoonerelation.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: 6320 $ $Id: class.atkonetoonerelation.inc 7084 2010-12-28 15:57:02Z mvdvelden $ |
| Copyright: | (c)2000-2004 Ivo Jansch |
| License: | ATK Open Source License |
Constants
AF_ONETOONE_ADD [line 26]
AF_ONETOONE_ADD = AF_SPECIFIC_1
|
|
Override the default no add flag
AF_ONETOONE_ERROR [line 31]
AF_ONETOONE_ERROR = AF_SPECIFIC_2
|
|
Enable error notifications / triggers
AF_ONETOONE_INTEGRATE [line 38]
AF_ONETOONE_INTEGRATE = AF_SPECIFIC_3
|
|
Invisibly integrate a onetoonerelation as if the fields where part of the current node.
If the relation is integrated, no divider is drawn, and the section heading is suppressed. (Integration does not affect the way data is stored or manipulated, only how it is displayed.)
AF_ONETOONE_LAZY [line 43]
AF_ONETOONE_LAZY = AF_SPECIFIC_4
|
|
Use lazy loading instead of query addition.
AF_ONETOONE_RESPECT_TABS [line 50]
AF_ONETOONE_RESPECT_TABS = AF_SPECIFIC_5
|
|
Respects tab/sections that have been assigned to this attribute instead of using the tabs assigned for the attributes in the destination node. This flag is only useful in integration mode.