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.
ComboBox dijit

bool
$_registerInArrayValidator= 'false'
Flag: autoregister inArray validator?
false
Details
isValid(
string $value, mixed $context
=
null
)
:
bool
Is the value valid?
Name | Type | Description |
---|---|---|
$value | string | |
$context | mixed |
Type | Description |
---|---|
bool |

setAutocomplete(
bool $flag
)
:
\Zend_Dojo_Form_Element_ComboBox
Set autocomplete flag
Name | Type | Description |
---|---|---|
$flag | bool |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_ComboBox |

setStoreId(
string $identifier
)
:
\Zend_Dojo_Form_Element_ComboBox
Set datastore identifier
Name | Type | Description |
---|---|---|
$identifier | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_ComboBox |

setStoreParams(
array $params
)
:
\Zend_Dojo_Form_Element_ComboBox
Set datastore parameters
Name | Type | Description |
---|---|---|
$params | array |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_ComboBox |

setStoreType(
string $dojoType
)
:
\Zend_Dojo_Form_Element_ComboBox
Set datastore dijit type
Name | Type | Description |
---|---|---|
$dojoType | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_ComboBox |