API Documentation

Dojo/Form/Element/TextBox.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_TextBox

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_TextBox

Extends from
Zend_Dojo_Form_Element_Dijit
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
version
$Id: TextBox.php 20096 2010-01-06 02:05:09Z bkarwin $
Properties
$helper
Methods
setLowercase
getLowercase
setPropercase
getPropercase
setUppercase
getUppercase
setTrim
getTrim
setMaxLength
getMaxLength

Description

TextBox dijit

Properties

$helper

string $helper = 'TextBox'

Use TextBox dijit view helper

Details

$helper
string
visibility
public
default
TextBox
final
false
static
false

Methods

getLowercase

getLowercase( ) : bool

Retrieve lowercase flag

Output
bool
Details
visibility
public
final
false
static
false

getMaxLength

getMaxLength( ) : int|null

Retrieve maxLength

Output
int|null
Details
visibility
public
final
false
static
false

getPropercase

getPropercase( ) : bool

Retrieve propercase flag

Output
bool
Details
visibility
public
final
false
static
false

getTrim

getTrim( ) : bool

Retrieve trim flag

Output
bool
Details
visibility
public
final
false
static
false

getUppercase

getUppercase( ) : bool

Retrieve uppercase flag

Output
bool
Details
visibility
public
final
false
static
false

setLowercase

setLowercase(  $flag ) : Zend_Dojo_Form_Element_TextBox

Set lowercase flag

Arguments
$flag
Details
visibility
public
final
false
static
false

setMaxLength

setMaxLength( int $length ) : Zend_Dojo_Form_Element_TextBox

Set maxLength

Arguments
$length
int
Details
visibility
public
final
false
static
false

setPropercase

setPropercase(  $flag ) : Zend_Dojo_Form_Element_TextBox

Set propercase flag

Arguments
$flag
Details
visibility
public
final
false
static
false

setTrim

setTrim(  $flag ) : Zend_Dojo_Form_Element_TextBox

Set trim flag

Arguments
$flag
Details
visibility
public
final
false
static
false

setUppercase

setUppercase(  $flag ) : Zend_Dojo_Form_Element_TextBox

Set uppercase flag

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