Zend Framework  1.12
Public Attributes | List of all members
Zend_Dojo_Form_Element_PasswordTextBox Class Reference

Public Attributes

 $helper = 'PasswordTextBox'
 
- Public Attributes inherited from Zend_Dojo_Form_Element_ValidationTextBox
 $helper = 'ValidationTextBox'
 
- Public Attributes inherited from Zend_Dojo_Form_Element_TextBox
 $helper = 'TextBox'
 
- Public Attributes inherited from Zend_Dojo_Form_Element_Dijit
 $dijitParams = array()
 
 $helper
 
- Public Attributes inherited from Zend_Form_Element
const DECORATOR = 'DECORATOR'
 Element Constants.
 
const FILTER = 'FILTER'
 
const VALIDATE = 'VALIDATE'
 
 $helper = 'formText'
 

Additional Inherited Members

- Public Member Functions inherited from Zend_Dojo_Form_Element_ValidationTextBox
 setInvalidMessage ($message)
 Set invalidMessage.
 
 getInvalidMessage ()
 Retrieve invalidMessage.
 
 setPromptMessage ($message)
 Set promptMessage.
 
 getPromptMessage ()
 Retrieve promptMessage.
 
 setRegExp ($regexp)
 Set regExp.
 
 getRegExp ()
 Retrieve regExp.
 
 setConstraint ($key, $value)
 Set an individual constraint.
 
 setConstraints (array $constraints)
 Set validation constraints.
 
 hasConstraint ($key)
 Is the given constraint set?
 
 getConstraint ($key)
 Get an individual constraint.
 
 getConstraints ()
 Get constraints.
 
 removeConstraint ($key)
 Remove a single constraint.
 
 clearConstraints ()
 Clear all constraints.
 
- Static Public Member Functions inherited from Zend_Form_Element
static resolveElementId (Zend_Form_Decorator_Interface $decorator)
 Used to resolve and return an element ID.
 
- Protected Member Functions inherited from Zend_Dojo_Form_Element_ValidationTextBox
 _castBoolToString (&$item, $key)
 Cast a boolean value to a string.
 
- Protected Attributes inherited from Zend_Form_Element
 $_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
 

Member Data Documentation

$helper = 'PasswordTextBox'