Zend Framework
1.12
|
Public Attributes | |
$helper = 'SimpleTextarea' | |
![]() | |
$dijitParams = array() | |
$helper | |
![]() | |
const | DECORATOR = 'DECORATOR' |
Element Constants. | |
const | FILTER = 'FILTER' |
const | VALIDATE = 'VALIDATE' |
$helper = 'formText' | |
Additional Inherited Members | |
![]() | |
__construct ($spec, $options=null) | |
Constructor. | |
setDijitParam ($key, $value) | |
Set a dijit parameter. | |
setDijitParams (array $params) | |
Set multiple dijit params at once. | |
hasDijitParam ($key) | |
Does the given dijit parameter exist? | |
getDijitParam ($key) | |
Get a single dijit parameter. | |
getDijitParams () | |
Retrieve all dijit parameters. | |
removeDijitParam ($key) | |
Remove a single dijit parameter. | |
clearDijitParams () | |
Clear all dijit parameters. | |
loadDefaultDecorators () | |
Load default decorators. | |
setView (Zend_View_Interface $view=null) | |
Set the view object. | |
![]() | |
static | resolveElementId (Zend_Form_Decorator_Interface $decorator) |
Used to resolve and return an element ID. | |
![]() | |
_filterValue (&$value, &$key) | |
Filter a value. | |
_getDecorator ($name, $options) | |
Instantiate a decorator based on class name or class name fragment. | |
_loadFilter (array $filter) | |
Lazy-load a filter. | |
_loadValidator (array $validator) | |
Lazy-load a validator. | |
_loadDecorator (array $decorator, $name) | |
Lazy-load a decorator. | |
_getErrorMessages () | |
Retrieve error messages and perform translation and value substitution. | |
_hasErrorMessages () | |
Are there custom error messages registered? | |
![]() | |
$_allowEmpty = true | |
$_autoInsertNotEmptyValidator = true | |
$_belongsTo | |
$_decorators = array() | |
$_description | |
$_disableLoadDefaultDecorators = false | |
$_errorMessages = array() | |
$_errors = array() | |
$_errorMessageSeparator = '; ' | |
$_filters = array() | |
$_ignore = false | |
$_isArray = false | |
$_isError = false | |
$_isErrorForced = false | |
$_label | |
$_loaders = array() | |
$_messages = array() | |
$_name | |
$_order | |
$_required = false | |
$_translator | |
$_translatorDisabled = false | |
$_type | |
$_validators = array() | |
$_validatorRules = array() | |
$_value | |
$_view | |
$_isPartialRendering = false | |
$_concatJustValuesInErrorMessage = false | |
$helper = 'SimpleTextarea' |