Class TextBase
Implements the basic functionality common to text input controls.
- Nette\Object
-
Nette\ComponentModel\Component
implements
Nette\ComponentModel\IComponent
-
Nette\Forms\Controls\BaseControl
implements
Nette\Forms\IControl
-
Nette\Forms\Controls\TextBase
Abstract
Namespace: Nette\Forms\Controls
Author: David Grudl
Located at vendor/nette/nette/Nette/Forms/Controls/TextBase.php
Namespace: Nette\Forms\Controls
Author: David Grudl
Located at vendor/nette/nette/Nette/Forms/Controls/TextBase.php
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public static
boolean
|
#
validateEmail(
Email validator: is control's value valid email address? |
public static
boolean
|
#
validateUrl(
URL validator: is control's value valid URL? |
public static
string
|
|
public static
boolean
|
#
validatePattern(
Regular expression validator: matches control's value regular expression? |
public static
boolean
|
#
validateInteger(
Integer validator: is a control's value decimal number? |
public static
boolean
|
#
validateFloat(
Float validator: is a control's value float number? |
public static
string
|
__clone(),
__sleep(),
__wakeup(),
detached(),
getName(),
getParent(),
lookup(),
lookupPath(),
monitor(),
unmonitor(),
validateParent()
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
setParent()
|
NAME_SEPARATOR
|
protected
string
|
$emptyValue | '' |
|
protected
array
|
$filters | array() |
|
protected
mixed
|
$rawValue | '' |
#
unfiltered submitted value |
$caption,
$control,
$disabled,
$idMask,
$label,
$value
|
public
string
|
$emptyValue |
$control,
$controlPrototype,
$defaultValue,
$disabled,
$errors,
$filled,
$form,
$htmlId,
$htmlName,
$label,
$labelPrototype,
$omitted,
$options,
$required,
$rules,
$translator,
$value
|
$name,
$parent
|
$reflection
|