AtkRadioAttribute: Difference between revisions
Appearance
Rwolverine (talk | contribs) No edit summary |
Rwolverine (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
Located in /attributes/class.atkradioattribute.inc (line 45) | Located in /attributes/class.atkradioattribute.inc (line 45) | ||
=Method Summary= | |||
atkRadioAttribute atkRadioAttribute (String $name, array $optionArray, [array $valueArray = ""], [int $flags = 0], [int $size = 0]) | atkRadioAttribute atkRadioAttribute (String $name, array $optionArray, [array $valueArray = ""], [int $flags = 0], [int $size = 0]) | ||
String edit ([array $record = ""], [ $fieldprefix = ""]) | String edit ([array $record = ""], [ $fieldprefix = ""]) | ||
void setComment (string $option, string $comment) | void setComment (string $option, string $comment) | ||
Revision as of 16:14, 18 December 2007
The atkRadioAttribute class represents an attribute of a node that has a field with radio button to select from predefined values.
This attribute is almost identical to atkListAttribute, with some slight modification to show radiobuttons instead of a listbox
author: Rene Bakx <rene@ibuildings.nl>
Located in /attributes/class.atkradioattribute.inc (line 45)
Method Summary
atkRadioAttribute atkRadioAttribute (String $name, array $optionArray, [array $valueArray = ""], [int $flags = 0], [int $size = 0]) String edit ([array $record = ""], [ $fieldprefix = ""]) void setComment (string $option, string $comment)