API Documentation

Dojo/Form/Element/DateTextBox.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_DateTextBox

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_DateTextBox

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: DateTextBox.php 20096 2010-01-06 02:05:09Z bkarwin $
Properties
$helper
$_allowedFormatTypes
$_allowedSelectorTypes
Methods
setAmPm
getAmPm
setStrict
getStrict
setLocale
getLocale
setDatePattern
getDatePattern
setFormatLength
getFormatLength
setSelector
getSelector

Description

DateTextBox dijit

Properties

$_allowedFormatTypes

array $_allowedFormatTypes = 'array'

Allowed formatLength types

Details

$_allowedFormatTypes
array
visibility
protected
default
array
final
false
static
false

$_allowedSelectorTypes

array $_allowedSelectorTypes = 'array'

Allowed selector types

Details

$_allowedSelectorTypes
array
visibility
protected
default
array
final
false
static
false

$helper

string $helper = 'DateTextBox'

Use DateTextBox dijit view helper

Details

$helper
string
visibility
public
default
DateTextBox
final
false
static
false

Methods

getAmPm

getAmPm( ) : bool

Retrieve am,pm flag

Output
bool
Details
visibility
public
final
false
static
false

getDatePattern

getDatePattern( ) : string|null

Retrieve date format pattern

Output
string|null
Details
visibility
public
final
false
static
false

getFormatLength

getFormatLength( ) : string|null

Retrieve formatLength

Output
string|null
Details
visibility
public
final
false
static
false

getLocale

getLocale( ) : string|null

Retrieve locale

Output
string|null
Details
visibility
public
final
false
static
false

getSelector

getSelector( ) : string|null

Retrieve selector

Output
string|null
Details
visibility
public
final
false
static
false

getStrict

getStrict( ) : bool

Retrieve strict flag

Output
bool
Details
visibility
public
final
false
static
false

setAmPm

setAmPm(  $flag ) : Zend_Dojo_Form_Element_DateTextBox

Set am,pm flag

Arguments
$flag
Details
visibility
public
final
false
static
false

setDatePattern

setDatePattern( string $pattern ) : Zend_Dojo_Form_Element_NumberTextBox

Set date format pattern

Arguments
$pattern
string
Details
visibility
public
final
false
static
false

setFormatLength

setFormatLength( string $formatLength ) : Zend_Dojo_Form_Element_NumberTextBox

Set numeric format formatLength

Arguments
$formatLength
string
Details
visibility
public
final
false
static
false
see
$_allowedFormatTypes

setLocale

setLocale( string $locale ) : Zend_Dojo_Form_Element_DateTextBox

Set locale

Arguments
$locale
string
Details
visibility
public
final
false
static
false

setSelector

setSelector( string $selector ) : Zend_Dojo_Form_Element_NumberTextBox

Set numeric format Selector

Arguments
$selector
string
Details
visibility
public
final
false
static
false
see
$_allowedSelectorTypes

setStrict

setStrict(  $flag ) : Zend_Dojo_Form_Element_DateTextBox

Set strict flag

Arguments
$flag
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.