Dojo/Form/Element/ComboBox.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Dojo
- Subpackage
- Form_Element
\Zend_Dojo_Form_Element_ComboBox
Package: Zend_Dojo\Form_Element
ComboBox dijit
Note: this would be easier with mixins or traits...
- Parent(s)
- \Zend_Dojo_Form_Element_DijitMulti < \Zend_Dojo_Form_Element_Dijit < \Zend_Form_Element
- Children
- \Zend_Dojo_Form_Element_FilteringSelect
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Uses
- Version
- $Id$
Properties
bool $_registerInArrayValidator = false
Flag: autoregister inArray validator?
Default value
false
Details- Type
- bool
Methods
isValid(string $value, mixed $context = null) : bool
Is the value valid?
Parameters
Returns
Name | Type | Description |
---|---|---|
$value | string | |
$context | mixed |
Type | Description |
---|---|
bool |
setAutocomplete(bool $flag) : \Zend_Dojo_Form_Element_ComboBox
Set autocomplete flag
Parameters
Returns
Name | Type | Description |
---|---|---|
$flag | bool |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_ComboBox |
setStoreId(string $identifier) : \Zend_Dojo_Form_Element_ComboBox
Set datastore identifier
Parameters
Returns
Name | Type | Description |
---|---|---|
$identifier | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_ComboBox |
setStoreParams(array $params) : \Zend_Dojo_Form_Element_ComboBox
Set datastore parameters
Parameters
Returns
Name | Type | Description |
---|---|---|
$params | array |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_ComboBox |
setStoreType(string $dojoType) : \Zend_Dojo_Form_Element_ComboBox
Set datastore dijit type
Parameters
Returns
Name | Type | Description |
---|---|---|
$dojoType | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_ComboBox |