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

array
$_allowedTypes= 'array(
'decimal''
Allowed numeric type formats
array(
'decimal'
Details
setLocale(
string $locale
)
:
\Zend_Dojo_Form_Element_NumberTextBox
Set locale
Name | Type | Description |
---|---|---|
$locale | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_NumberTextBox |

setPattern(
string $pattern
)
:
\Zend_Dojo_Form_Element_NumberTextBox
Set numeric format pattern
Name | Type | Description |
---|---|---|
$pattern | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_NumberTextBox |

setPlaces(
int $places
)
:
\Zend_Dojo_Form_Element_NumberTextBox
Set decimal places
Name | Type | Description |
---|---|---|
$places | int |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_NumberTextBox |

setStrict(
$flag
)
:
\Zend_Dojo_Form_Element_NumberTextBox
Set strict flag
Name | Type | Description |
---|---|---|
$flag |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_NumberTextBox |

setType(
string $type
)
:
\Zend_Dojo_Form_Element_NumberTextBox
Set numeric format type
Name | Type | Description |
---|---|---|
$type | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_NumberTextBox |