Dojo/Form/Element/TimeTextBox.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_TimeTextBox
Package: Zend_Dojo\Form_Element
TimeTextBox dijit
- Parent(s)
- \Zend_Dojo_Form_Element_DateTextBox < \Zend_Dojo_Form_Element_ValidationTextBox < \Zend_Dojo_Form_Element_TextBox < \Zend_Dojo_Form_Element_Dijit < \Zend_Form_Element
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Uses
- Version
- $Id$
Properties
Methods
_validateIso8601(string $format) : true
Validate ISO 8601 time format
Parameters
Returns
Throws
Name | Type | Description |
---|---|---|
$format | string |
Type | Description |
---|---|
true |
Exception | Description |
---|---|
\Zend_Form_Element_Exception |
getClickableIncrement() : string | null
Retrieve clickableIncrement
Returns
Type | Description |
---|---|
string | null |
setClickableIncrement(string $format) : \Zend_Dojo_Form_Element_NumberTextBox
Set clickableIncrement
Parameters
Returns
Name | Type | Description |
---|---|---|
$format | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_NumberTextBox |
setTimePattern(string $pattern) : \Zend_Dojo_Form_Element_NumberTextBox
Set time format pattern
Parameters
Returns
Name | Type | Description |
---|---|---|
$pattern | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_NumberTextBox |
setVisibleIncrement(string $format) : \Zend_Dojo_Form_Element_NumberTextBox
Set visibleIncrement
Parameters
Returns
Name | Type | Description |
---|---|---|
$format | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_NumberTextBox |
setVisibleRange(string $format) : \Zend_Dojo_Form_Element_NumberTextBox
Set visibleRange
Parameters
Returns
Name | Type | Description |
---|---|---|
$format | string |
Type | Description |
---|---|
\Zend_Dojo_Form_Element_NumberTextBox |