Packages

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • none

Classes

  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class TextInput

Single line text input control.

Object
Extended by Component implements IComponent
Extended by FormControl implements IFormControl
Extended by TextBase
Extended by TextInput
Package: Nette\Forms\Controls
Author: David Grudl
Located at Forms/Controls/TextInput.php
Methods summary
public
# __construct( string $label = NULL, integer $cols = NULL, integer $maxLength = NULL )

Parameters

$label
string
label
$cols
integer
width of the control
$maxLength
integer
maximum number of characters the user may enter

Overrides

TextBase::__construct()
public TextInput
# setType( string $type )

Changes control's type attribute.

Changes control's type attribute.

Parameters

$type
string

Returns

TextInput
public
# setPasswordMode( $mode = TRUE )

Deprecated

public Html
# getControl( )

Generates control's HTML element.

Generates control's HTML element.

Returns

Html

Overrides

TextBase::getControl()
Methods inherited from TextBase
addFilter(), addRule(), getEmptyValue(), getValue(), sanitize(), setEmptyValue(), setValue(), validateEmail(), validateLength(), validateRange(), validateRegexp(), validateUrl()
Methods inherited from FormControl
addCondition(), addConditionOn(), addError(), attached(), cleanErrors(), exportRules(), getControlPrototype(), getErrors(), getForm(), getHtmlId(), getHtmlName(), getLabel(), getLabelPrototype(), getOption(), getOptions(), getRules(), getTranslator(), hasErrors(), isDisabled(), isFilled(), isRequired(), loadHttpData(), setAttribute(), setDefaultValue(), setDisabled(), setHtmlId(), setOption(), setRequired(), setTranslator(), translate()
Methods inherited from Component
__clone(), __sleep(), __wakeup(), detached(), getName(), getParent(), lookup(), lookupPath(), monitor(), unmonitor(), validateParent()
Methods inherited from Object
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Methods inherited from IComponent
setParent()
Constants inherited from IComponent
NAME_SEPARATOR
Properties inherited from TextBase
$emptyValue, $filters
Properties inherited from FormControl
$caption, $control, $idMask, $label, $value
Magic properties summary
public write-only $type
#
Magic properties inherited from TextBase
$emptyValue
Magic properties inherited from FormControl
$control, $controlPrototype, $defaultValue, $disabled, $errors, $filled, $form, $htmlId, $htmlName, $label, $labelPrototype, $options, $required, $rules, $translator, $value
Magic properties inherited from Component
$name, $parent
Magic properties inherited from Object
$reflection
Nette Framework 2.0.18 (for PHP 5.2, un-prefixed) API documentation generated by ApiGen 2.8.0