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
public
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public static
boolean
|
#
validateMinLength(
Min-length validator: has control's value minimal length? |
public static
boolean
|
#
validateMaxLength(
Max-length validator: is control's value length in limit? |
public static
boolean
|
#
validateLength(
Length validator: is control's value length in range? |
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
|
|
public static
boolean
|
#
validatePattern(
Matches control's value regular expression? |
public static
boolean
|
|
public static
boolean
|
|
public static
boolean
|
#
validateRange(
Rangle validator: is a control's value number in specified range? |
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() |
$caption,
$control,
$idMask,
$label,
$value
|
public
string
|
$emptyValue |
$control,
$controlPrototype,
$defaultValue,
$disabled,
$errors,
$filled,
$form,
$htmlId,
$htmlName,
$label,
$labelPrototype,
$options,
$required,
$rules,
$translator,
$value
|
$name,
$parent
|
$reflection
|