API Documentation

Dojo/Form/Element/NumberTextBox.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Dojo
subpackage
Form_Element
Classes
Zend_Dojo_Form_Element_NumberTextBox

Description

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.

Zend_Dojo_Form_Element_NumberTextBox

Extends from
Zend_Dojo_Form_Element_ValidationTextBox
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Dojo
subpackage
Form_Element
uses
Zend_Dojo_Form_Element_ValidationTextBox
version
$Id: NumberTextBox.php 20096 2010-01-06 02:05:09Z bkarwin $
Properties
$helper
$_allowedTypes
Methods
setLocale
getLocale
setPattern
getPattern
setType
getType
setPlaces
getPlaces
setStrict
getStrict

Description

NumberTextBox dijit

Properties

$_allowedTypes

array $_allowedTypes = 'array'

Allowed numeric type formats

Details

$_allowedTypes
array
visibility
protected
default
array
final
false
static
false

$helper

string $helper = 'NumberTextBox'

Use NumberTextBox dijit view helper

Details

$helper
string
visibility
public
default
NumberTextBox
final
false
static
false

Methods

getLocale

getLocale( ) : string|null

Retrieve locale

Output
string|null
Details
visibility
public
final
false
static
false

getPattern

getPattern( ) : string|null

Retrieve numeric format pattern

Output
string|null
Details
visibility
public
final
false
static
false

getPlaces

getPlaces( ) : int|null

Retrieve decimal places

Output
int|null
Details
visibility
public
final
false
static
false

getStrict

getStrict( ) : bool

Retrieve strict flag

Output
bool
Details
visibility
public
final
false
static
false

getType

getType( ) : string|null

Retrieve type

Output
string|null
Details
visibility
public
final
false
static
false

setLocale

setLocale( string $locale ) : Zend_Dojo_Form_Element_NumberTextBox

Set locale

Arguments
$locale
string
Details
visibility
public
final
false
static
false

setPattern

setPattern( string $pattern ) : Zend_Dojo_Form_Element_NumberTextBox

Set numeric format pattern

Arguments
$pattern
string
Details
visibility
public
final
false
static
false

setPlaces

setPlaces( int $places ) : Zend_Dojo_Form_Element_NumberTextBox

Set decimal places

Arguments
$places
int
Details
visibility
public
final
false
static
false

setStrict

setStrict(  $flag ) : Zend_Dojo_Form_Element_NumberTextBox

Set strict flag

Arguments
$flag
Details
visibility
public
final
false
static
false

setType

setType( string $type ) : Zend_Dojo_Form_Element_NumberTextBox

Set numeric format type

Arguments
$type
string
Details
visibility
public
final
false
static
false
see
$_allowedTypes
Documentation was generated by DocBlox.