Procedural File: class.atkboolattribute.inc
Source Location: /attributes/class.atkboolattribute.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.atkboolattribute.inc 6943 2010-07-05 21:24:39Z sandy $ |
| Copyright: | (c)2000-2004 Ibuildings.nl BV |
| License: | ATK Open Source License |
Classes
|
atkBoolAttribute
|
The atkBoolAttribute class represents an attribute of a node that can either be true or false.
|
Constants
AF_BOOL_DISPLAY_CHECKBOX [line 34]
AF_BOOL_DISPLAY_CHECKBOX = AF_SPECIFIC_3
|
|
Display checkbox in view / list mode instead of "yes" or "no".
AF_BOOL_INLINE_LABEL [line 29]
AF_BOOL_INLINE_LABEL = AF_SPECIFIC_2
|
|
Show an extra label right next to the checkbox. ATK searches the language file for the following variants <attribute>_label, <attribute> (next to the module/node prefixes). Don't forget to add the AF_BLANK_LABEL flag if you don't want to show the normal label.
AF_BOOL_OBLIGATORY [line 21]
AF_BOOL_OBLIGATORY = AF_SPECIFIC_1
|
|
Make bool attribute obligatory (normal AF_OBLIGATORY flag is always removed).