Element index for package Item
[ a ]
[ b ]
[ c ]
[ d ]
[ f ]
[ g ]
[ h ]
[ i ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ _ ]
_
- $_caller
- in file Item.php, variable Formagic_Item::$_caller
Formagic object that called and contains item
- $_constantValue
- in file Item.php, variable Formagic_Item::$_constantValue
Values that are not changed by submitted values
- $_isBlocked
- in file Item.php, variable Formagic_Item::$_isBlocked
Flag that defines if item content can be edited.
- $_isDisabled
- in file Item.php, variable Formagic_Item::$_isDisabled
Flag that defines if item is removed from Formagic
- $_isHidden
- in file Item.php, variable Formagic_Item::$_isHidden
Flag that defines if item will be displayed
- $_items
- in file Container.php, variable Formagic_Item_Container::$_items
Pointer to items array section of formagic object
- $_label
- in file Item.php, variable Formagic_Item::$_label
Form item label
- $_rules
- in file Item.php, variable Formagic_Item::$_rules
Array of rule object that are applied for this item
- _execEvent
- in file Item.php, method Formagic_Item::_execEvent()
Event dispatcher
- _getAttributeStr
- in file Item.php, method Formagic_Item::_getAttributeStr()
Returns attribute string for HTML tag
- _handleArg
- in file Item.php, method Formagic_Item::_handleArg()
Handler for additional item arguments
- _handleArg
- in file Container.php, method Formagic_Item_Container::_handleArg()
Generic argument handler
- _handleArg
- in file Select.php, method Formagic_Item_Select::_handleArg()
Generic argument handler
- _handleArg
- in file Radio.php, method Formagic_Item_Radio::_handleArg()
Argument handler for arguments that are unknown to item parent class
- _onCreate
- in file Radio.php, method Formagic_Item_Radio::_onCreate()
Adds empty element to data array after constructor is processed
- _onCreate
- in file Hidden.php, method Formagic_Item_Hidden::_onCreate()
- _onCreate
- in file Item.php, method Formagic_Item::_onCreate()
Executed when object is created
- _onCreate
- in file Container.php, method Formagic_Item_Container::_onCreate()
OnCreate-Handler implementation
- _onCreate
- in file Submit.php, method Formagic_Item_Submit::_onCreate()
Implementation of onCreate-handler
- _onFetch
- in file Container.php, method Formagic_Item_Container::_onFetch()
OnFetch-handler implementation
- _onFetch
- in file PageController.php, method Formagic_Item_PageController::_onFetch()
Implementation of fetch handler
- _onFetch
- in file Item.php, method Formagic_Item::_onFetch()
Executed when Formagic::fetch() is called
- _onPostValidate
- in file PageController.php, method Formagic_Item_PageController::_onPostValidate()
Implementation of postValidate handler
- _onPostValidate
- in file Item.php, method Formagic_Item::_onPostValidate()
Executed after item validation is done
- _onPreValidate
- in file Item.php, method Formagic_Item::_onPreValidate()
Executed before item validation
- _onPreValidate
- in file PageController.php, method Formagic_Item_PageController::_onPreValidate()
Implementation of preValidate handler
- __construct
- in file PageSwitch.php, method Formagic_Item_PageSwitch::__construct()
Formagic_Item_PageSwitch::__construct()
- __construct
- in file Item.php, method Formagic_Item::__construct()
Constructor
- __toString
- in file Item.php, method Formagic_Item::__toString()
Returns string representation of formItem object
top
top
top
top
top
f
- Formagic_Item
- in file Item.php, class Formagic_Item
Abstract superclass for Formagic items
- 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_Input
- in file Input.php, class Formagic_Item_Input
Formagic_Item_Input
- Formagic_Item_Page
- in file Page.php, class Formagic_Item_Page
Formagic page item class
- Formagic_Item_PageController
- in file PageController.php, class Formagic_Item_PageController
Formagic_Item_PageController
- Formagic_Item_PageSwitch
- in file PageSwitch.php, class Formagic_Item_PageSwitch
Formagic page switch button class
- Formagic_Item_Password
- in file Password.php, class Formagic_Item_Password
Password type input field für 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
top
g
- getAttributeStr
- in file Container.php, method Formagic_Item_Container::getAttributeStr()
Returns HTML attributes as one assembled string
- getCaller
- in file Item.php, method Formagic_Item::getCaller()
Returns parent Formagic object
- getErrorMessage
- in file Item.php, method Formagic_Item::getErrorMessage()
Returns item error message
- getHtml
- in file Checkbox.php, method Formagic_Item_Checkbox::getHtml()
Returns HTML representation of checkbox item
- getHtml
- in file Radio.php, method Formagic_Item_Radio::getHtml()
Returns string with HTML representation of radio elements
- getHtml
- in file Select.php, method Formagic_Item_Select::getHtml()
HTML representation of Formagic select item
- getHtml
- in file Submit.php, method Formagic_Item_Submit::getHtml()
HTML string representation of submit button
- getHtml
- in file Password.php, method Formagic_Item_Password::getHtml()
Returns string representation of password item.
- getHtml
- in file Item.php, method Formagic_Item::getHtml()
HTML template for renderers that use HTML-Code
- getHtml
- in file Input.php, method Formagic_Item_Input::getHtml()
HTML string representation of text input field
- 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 pointer to items array
- getItems
- in file PageController.php, method Formagic_Item_PageController::getItems()
Returns items of currently displayed page
- getLabel
- in file Submit.php, method Formagic_Item_Submit::getLabel()
Override parent::getLabel()
- getLabel
- in file Item.php, method Formagic_Item::getLabel()
Returns label for this item.
- getReferringPage
- in file PageController.php, method Formagic_Item_PageController::getReferringPage()
Returns name of page item that called currently requested page
- getRequestedPage
- in file PageController.php, method Formagic_Item_PageController::getRequestedPage()
Returns string with page item name or NULL if none detected
- getValue
- in file Submit.php, method Formagic_Item_Submit::getValue()
Override paren::getValue()
- getValue
- in file Item.php, method Formagic_Item::getValue()
Returns current value for this item
- getValue
- in file Container.php, method Formagic_Item_Container::getValue()
Returns values of all stored items.
- getValue
- in file PageSwitch.php, method Formagic_Item_PageSwitch::getValue()
Always return no value
top
top
top
top
top
top
s
- $savedValue
- in file Item.php, variable Formagic_Item::$savedValue
Pointer to mulitpage value for this item, stored in calling Formagic object
- $submittedValue
- in file Item.php, variable Formagic_Item::$submittedValue
Pointer to submitted value for this item, stored in calling Formagic object
- Select.php
- procedural page Select.php
- Submit.php
- procedural page Submit.php
- setAttributes
- in file Item.php, method Formagic_Item::setAttributes()
Sets additional attributes for this item
- setCaller
- in file Item.php, method Formagic_Item::setCaller()
Can be called to set caller object if not passed to constructor
- setData
- in file Select.php, method Formagic_Item_Select::setData()
formagicItemSelect::setData()
- setData
- in file Radio.php, method Formagic_Item_Radio::setData()
Sets data for radio elements
- setHidden
- in file Item.php, method Formagic_Item::setHidden()
Sets hidden flag for item
- setHidden
- in file Container.php, method Formagic_Item_Container::setHidden()
Sets hidden flag on container item and all its descendants
- setSeparator
- in file Radio.php, method Formagic_Item_Radio::setSeparator()
Sets separator string
top
top
top
|
|