Element index for package Naos_Form
Package indexes
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ j ]
[ l ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ x ]
[ _ ]
f
- file
- in file ValueTransformReceive.php, method Naos_Form_ValueTransformReceive::file()
Receive value: Input element "file"
- file
- in file ValueTransformPrepare.php, method Naos_Form_ValueTransformPrepare::file()
Value preparation: Input element "file"
- form
- in file Form.php, method Naos_Form::form()
This function provides access to the form instances. It implements a singleton pattern on class identifier basis, i.e. only one instance of a form class per class identifier is allowed. The instances are collected in a cache for later access.
- Form.php
- procedural page Form.php
g
- getAttribute
- in file Form.php, method Naos_Form::getAttribute()
Gets the content of an item value attribute.
- getAvailableForms
- in file AbstractSource.php, method Naos_Form_AbstractSource::getAvailableForms()
Returns an array with form identifier which are available for receiving.
- getAvailableForms
- in file HttpPostSource.php, method Naos_Form_HttpPostSource::getAvailableForms()
- getAvailableForms
- in file XmlRequestSource.php, method Naos_Form_XmlRequestSource::getAvailableForms()
- getAvailableItems
- in file AbstractSource.php, method Naos_Form_AbstractSource::getAvailableItems()
Returns an array with the available items and their titles of an specific form path.
- getErrors1
- in file Form.php, method Naos_Form::getErrors1()
Get all available errors
- getErrors2
- in file Form.php, method Naos_Form::getErrors2()
Get errors on item level
- getErrors3
- in file Form.php, method Naos_Form::getErrors3()
Get errors on item index level
- getItemDescriptor
- in file XmlRequestSource.php, method Naos_Form_XmlRequestSource::getItemDescriptor()
- getItemDescriptor
- in file AbstractSource.php, method Naos_Form_AbstractSource::getItemDescriptor()
Returns the item descriptor of an form path. The return value consists of an comma separated list of the available items and their input class.
- getItemDescriptor
- in file HttpPostSource.php, method Naos_Form_HttpPostSource::getItemDescriptor()
- getItemTitleDescriptor
- in file AbstractSource.php, method Naos_Form_AbstractSource::getItemTitleDescriptor()
Returns the item titles of an form path. The value is in general an automatic generated value from the template compiler.
- getItemTitleDescriptor
- in file HttpPostSource.php, method Naos_Form_HttpPostSource::getItemTitleDescriptor()
- getItemTitleDescriptor
- in file XmlRequestSource.php, method Naos_Form_XmlRequestSource::getItemTitleDescriptor()
- getItemValue
- in file AbstractSource.php, method Naos_Form_AbstractSource::getItemValue()
Returns the value of an item path.
- getItemValue
- in file HttpPostSource.php, method Naos_Form_HttpPostSource::getItemValue()
- getItemValue
- in file XmlRequestSource.php, method Naos_Form_XmlRequestSource::getItemValue()
- getPredefinedValues
- in file Form.php, method Naos_Form::getPredefinedValues()
Get the set of predefined values for a specific item. This is used especially for select boxes as well as for predefined indices.
- getTitleAttribute
- in file Form.php, method Naos_Form::getTitleAttribute()
Gets the title of an item (which is the either read from the configuration or which is in fact the title attribute).
n
- Naos_Form
- in file Form.php, class Naos_Form
Naos_Form represents a formular for data exchange with the user. The class provides access to the values, and gathers the form values autonomously.
- Naos_Form_AbstractSource
- in file AbstractSource.php, class Naos_Form_AbstractSource
Naos_Form_AbstractSource defines the interface for a data source.
- Naos_Form_ArrayInterface
- in file ArrayInterface.php, class Naos_Form_ArrayInterface
Naos_Form_ArrayInterface provides an virtual multidimensional array access to the available forms and their values. This interface is used by the smarty template engine.
- Naos_Form_AttributeTextFilter
- in file AttributeTextFilter.php, class Naos_Form_AttributeTextFilter
Naos_Form_AttributeTextFilter defines a set of filter for the text attribute, which is usually the user input.
- Naos_Form_HttpPostSource
- in file HttpPostSource.php, class Naos_Form_HttpPostSource
Naos_Form_HttpPostSource implements the well known $_POST source as form data source.
- Naos_Form_ValueTransformPrepare
- in file ValueTransformPrepare.php, class Naos_Form_ValueTransformPrepare
Naos_Form_ValueTransformPrepare provides for every input element type a conversion function, which operates on the value attributes. These functions are called before the specific input element is shown.
- Naos_Form_ValueTransformReceive
- in file ValueTransformReceive.php, class Naos_Form_ValueTransformReceive
Naos_Form_ValueTransformReceive provides for every
- Naos_Form_XmlRequestSource
- in file XmlRequestSource.php, class Naos_Form_XmlRequestSource
Naos_Form_XmlRequestSource provides support for the AJAX XML data source.
v
- ValueTransformPrepare.php
- procedural page ValueTransformPrepare.php
- ValueTransformReceive.php
- procedural page ValueTransformReceive.php
- validateTextFilter
- in file Form.php, method Naos_Form::validateTextFilter()
This function performs the validation of the text attribute with the text attribute filter. In case a validation failes the function adds the specific error to the form.
- verifyAttributes
- in file Form.php, method Naos_Form::verifyAttributes()
This function performs the verification of the attributes. In general it checks if requested attributes are available. This is a guarantee for the developer of the business logic that he is able to work with these attributes in any case.
|
|