Element index for package Item
[ a ]
[ b ]
[ c ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ _ ]
_
- $_attributes
- in file Abstract.php, variable Formagic_Item_Abstract::$_attributes
Additional attributes for item HTML tag
- $_clickCoordinates
- in file ImageSubmit.php, variable Formagic_Item_ImageSubmit::$_clickCoordinates
Click coordiantes if triggered
- $_data
- in file Select.php, variable Formagic_Item_Select::$_data
Array containing select options
- $_data
- in file Radio.php, variable Formagic_Item_Radio::$_data
Array containing radio options.
- $_emptyElement
- in file Radio.php, variable Formagic_Item_Radio::$_emptyElement
Contains empty element.
- $_emptyPosition
- in file Radio.php, variable Formagic_Item_Radio::$_emptyPosition
Tells where the empty element is going.
- $_filteredValue
- in file Abstract.php, variable Formagic_Item_Abstract::$_filteredValue
Filtered item value cache
- $_filters
- in file Abstract.php, variable Formagic_Item_Abstract::$_filters
Array of input filters for this item
- $_isDisabled
- in file Abstract.php, variable Formagic_Item_Abstract::$_isDisabled
Determines if item is removed from Formagic form.
- $_isFixed
- in file Abstract.php, variable Formagic_Item_Abstract::$_isFixed
Determines if value can be changed.
- $_isHidden
- in file Abstract.php, variable Formagic_Item_Abstract::$_isHidden
Determines if item will be displayed
- $_isIgnored
- in file Abstract.php, variable Formagic_Item_Abstract::$_isIgnored
Determines if item content should be interpreted after submit.
- $_isReadonly
- in file Abstract.php, variable Formagic_Item_Abstract::$_isReadonly
Determines if item content can be edited.
- $_items
- in file Container.php, variable Formagic_Item_Container::$_items
Pointer to items array section of formagic object
- $_label
- in file Abstract.php, variable Formagic_Item_Abstract::$_label
Form item label
- $_multi
- in file Select.php, variable Formagic_Item_Select::$_multi
Determines if the selectbox should be displayed as a multi selectbox
- $_name
- in file Abstract.php, variable Formagic_Item_Abstract::$_name
Form item name
- $_raw
- in file Html.php, variable Formagic_Item_Html::$_raw
- $_requiredAttributes
- in file Abstract.php, variable Formagic_Item_Abstract::$_requiredAttributes
Array of required attributes for this item
- $_requiredAttributes
- in file Container.php, variable Formagic_Item_Container::$_requiredAttributes
Define what attributes are required for default container item
- $_rules
- in file Abstract.php, variable Formagic_Item_Abstract::$_rules
Array of rule object that are applied for this item
- $_separator
- in file Radio.php, variable Formagic_Item_Radio::$_separator
String to separate radio elements from each other.
- $_src
- in file ImageSubmit.php, variable Formagic_Item_ImageSubmit::$_src
Image source
- $_value
- in file Abstract.php, variable Formagic_Item_Abstract::$_value
Item value
- $_violatedRules
- in file Abstract.php, variable Formagic_Item_Abstract::$_violatedRules
Violated rule after validation
- _buildAttributeStr
- in file Abstract.php, method Formagic_Item_Abstract::_buildAttributeStr()
- _buildOptions
- in file Select.php, method Formagic_Item_Select::_buildOptions()
Build select options string.
- _filterValue
- in file Abstract.php, method Formagic_Item_Abstract::_filterValue()
- _getMultipleSelect
- in file Select.php, method Formagic_Item_Select::_getMultipleSelect()
Returns the HTML string for a multiselectbox.
- _getSingleSelect
- in file Select.php, method Formagic_Item_Select::_getSingleSelect()
Returns the HTML string for a single selectbox.
- _init
- in file Select.php, method Formagic_Item_Select::_init()
Generic argument handler
- _init
- in file Radio.php, method Formagic_Item_Radio::_init()
Radio item initialization.
- _init
- in file Submit.php, method Formagic_Item_Submit::_init()
Subclass initialization
- _init
- in file Abstract.php, method Formagic_Item_Abstract::_init()
Allow subclass initialization.
- _init
- in file ImageSubmit.php, method Formagic_Item_ImageSubmit::_init()
Subclass initialization.
- _init
- in file Button.php, method Formagic_Item_Button::_init()
Subclass initialization
- _init
- in file Html.php, method Formagic_Item_Html::_init()
Formagic_Item_Html::_init()
- _init
- in file Hidden.php, method Formagic_Item_Hidden::_init()
Object initialisation.
- _makeDomId
- in file Abstract.php, method Formagic_Item_Abstract::_makeDomId()
Takes a string and returns a valid DOM ID.
- _validateItemValue
- in file Abstract.php, method Formagic_Item_Abstract::_validateItemValue()
Perform validation on item value.
- __construct
- in file Abstract.php, method Formagic_Item_Abstract::__construct()
Constructor
- __toString
- in file Abstract.php, method Formagic_Item_Abstract::__toString()
Returns the HTML string representation of the form item.
top
top
top
top
top
f
- Formagic_Item_Abstract
- in file Abstract.php, class Formagic_Item_Abstract
Abstract superclass for Formagic items
- Formagic_Item_Button
- in file Button.php, class Formagic_Item_Button
Formagic submit button item
- Formagic_Item_Checkbox
- in file Checkbox.php, class Formagic_Item_Checkbox
Formagic_Item_Checkbox
- Formagic_Item_Container
- in file Container.php, class Formagic_Item_Container
Formagic Container Item class
- Formagic_Item_Hidden
- in file Hidden.php, class Formagic_Item_Hidden
Formagic_Item_Hidden
- Formagic_Item_Html
- in file Html.php, class Formagic_Item_Html
Displays it's value as plain text, with no input possibility.
- Formagic_Item_ImageSubmit
- in file ImageSubmit.php, class Formagic_Item_ImageSubmit
Formagic image submit button item
- Formagic_Item_Input
- in file Input.php, class Formagic_Item_Input
Formagic_Item_Input
- Formagic_Item_Password
- in file Password.php, class Formagic_Item_Password
Password type input field for formagic formgenerator
- Formagic_Item_Radio
- in file Radio.php, class Formagic_Item_Radio
Input type radio for formagic formgenerator
- Formagic_Item_Select
- in file Select.php, class Formagic_Item_Select
formagicItemSelect
- Formagic_Item_Submit
- in file Submit.php, class Formagic_Item_Submit
Formagic submit button item
- Formagic_Item_Text
- in file Text.php, class Formagic_Item_Text
Formagic_Item_Text (alias for Formagic_Item_Input)
- Formagic_Item_Textarea
- in file Textarea.php, class Formagic_Item_Textarea
Formagic_Item_Textarea
- Formagic_Item_Upload
- in file Upload.php, class Formagic_Item_Upload
Formagic_Item_Upload
top
g
- getAttribute
- in file Abstract.php, method Formagic_Item_Abstract::getAttribute()
Returns the attributes array for this item.
- getAttributes
- in file Abstract.php, method Formagic_Item_Abstract::getAttributes()
Returns the attributes array for this item.
- getAttributeStr
- in file Abstract.php, method Formagic_Item_Abstract::getAttributeStr()
Returns attribute string for HTML tag.
- getClickCoordinates
- in file ImageSubmit.php, method Formagic_Item_ImageSubmit::getClickCoordinates()
Returns click coordinates if triggered.
- getHtml
- in file Input.php, method Formagic_Item_Input::getHtml()
HTML string representation of text input field
- getHtml
- in file Checkbox.php, method Formagic_Item_Checkbox::getHtml()
Returns HTML representation of checkbox item.
- getHtml
- in file Html.php, method Formagic_Item_Html::getHtml()
HTML string representation of text input field
- getHtml
- in file Password.php, method Formagic_Item_Password::getHtml()
Returns string representation of password item.
- getHtml
- in file Hidden.php, method Formagic_Item_Hidden::getHtml()
- getHtml
- in file Button.php, method Formagic_Item_Button::getHtml()
HTML string representation of submit button
- getHtml
- in file Textarea.php, method Formagic_Item_Textarea::getHtml()
HTML string representation of text input field
- getHtml
- in file Upload.php, method Formagic_Item_Upload::getHtml()
HTML string representation of upload input field
- getHtml
- in file Abstract.php, method Formagic_Item_Abstract::getHtml()
HTML template for renderers that use HTML-Code.
- getHtml
- in file Submit.php, method Formagic_Item_Submit::getHtml()
HTML string representation of submit button
- getHtml
- in file Select.php, method Formagic_Item_Select::getHtml()
HTML representation of Formagic select item
- getHtml
- in file Radio.php, method Formagic_Item_Radio::getHtml()
Returns string with HTML representation of radio elements
- getHtml
- in file ImageSubmit.php, method Formagic_Item_ImageSubmit::getHtml()
HTML string representation of submit button
- getItem
- in file Container.php, method Formagic_Item_Container::getItem()
Returns added item $name.
- getItems
- in file Container.php, method Formagic_Item_Container::getItems()
Returns items array
- getIterator
- in file Container.php, method Formagic_Item_Container::getIterator()
Completes the IteratorAggregate interface.
- getLabel
- in file ImageSubmit.php, method Formagic_Item_ImageSubmit::getLabel()
Returns label for this item.
- getLabel
- in file Submit.php, method Formagic_Item_Submit::getLabel()
Label is already defined by value property
- getLabel
- in file Button.php, method Formagic_Item_Button::getLabel()
Label is already defined by value property
- getLabel
- in file Abstract.php, method Formagic_Item_Abstract::getLabel()
Returns label for this item.
- getName
- in file Abstract.php, method Formagic_Item_Abstract::getName()
Returns the item name.
- getUnfilteredValue
- in file Abstract.php, method Formagic_Item_Abstract::getUnfilteredValue()
Returns current unfiltered value for this item.
- getValue
- in file Abstract.php, method Formagic_Item_Abstract::getValue()
Returns the current filtered value for this item.
- getValue
- in file Container.php, method Formagic_Item_Container::getValue()
Returns values of all stored items.
- getViolatedRules
- in file Abstract.php, method Formagic_Item_Abstract::getViolatedRules()
Returns array of violated rules.
top
top
top
top
top
s
- Select.php
- procedural page Select.php
- Submit.php
- procedural page Submit.php
- setAttributes
- in file Abstract.php, method Formagic_Item_Abstract::setAttributes()
Sets additional attributes for this item.
- setClickCoordinates
- in file ImageSubmit.php, method Formagic_Item_ImageSubmit::setClickCoordinates()
Sets click coordinates.
- setData
- in file Select.php, method Formagic_Item_Select::setData()
Sets the item options.
- setData
- in file Radio.php, method Formagic_Item_Radio::setData()
Sets "options" for radio elements.
- setDisabled
- in file Container.php, method Formagic_Item_Container::setDisabled()
Disables container item and all its descendants and thus removes all involved items from form.
- setDisabled
- in file Abstract.php, method Formagic_Item_Abstract::setDisabled()
Sets disabled flag for item and removes it from form
- setEmpty
- in file Radio.php, method Formagic_Item_Radio::setEmpty()
Prepends or appends empty radio input.
- setFixed
- in file Abstract.php, method Formagic_Item_Abstract::setFixed()
Sets isFixed flag.
- setHidden
- in file Container.php, method Formagic_Item_Container::setHidden()
Sets hidden flag on container item and all its descendants.
- setHidden
- in file Abstract.php, method Formagic_Item_Abstract::setHidden()
Sets hidden flag for item.
- setIgnore
- in file Abstract.php, method Formagic_Item_Abstract::setIgnore()
Defines if the item will be ignored in form submit.
- setMultiple
- in file Select.php, method Formagic_Item_Select::setMultiple()
Sets multiple attribute for select field.
- setReadonly
- in file Container.php, method Formagic_Item_Container::setReadonly()
Sets readonly flag to container item and all its descendants.
- setReadonly
- in file Abstract.php, method Formagic_Item_Abstract::setReadonly()
Sets readonly flag
- setRequiredAttributes
- in file Abstract.php, method Formagic_Item_Abstract::setRequiredAttributes()
- setSeparator
- in file Radio.php, method Formagic_Item_Radio::setSeparator()
Sets the separator string to be displayed between radio fields.
- setSource
- in file ImageSubmit.php, method Formagic_Item_ImageSubmit::setSource()
Set image source.
- setValue
- in file Upload.php, method Formagic_Item_Upload::setValue()
Overwrites the superclass method Formagic_Item_Abstract::setValue().
- setValue
- in file Abstract.php, method Formagic_Item_Abstract::setValue()
Sets the item value to $value.
- setValue
- in file Container.php, method Formagic_Item_Container::setValue()
Sets new values for all items assigned to this container.
top
top
top
top
|
|