extends |
TextInput |
---|---|
implements |
Requestable |
Компонент тэга <input type="text"> с автозавершением
Methods | ||
---|---|---|
public
|
__construct($id, $minChars = 2, $timeout = 100, $bgupdate = false)
|
# |
protected
|
onAdded()
|
# |
public
|
RenderImpl()
|
# |
public
|
RequestHandle()
|
# |
public
|
OnAutocomplete()
|
# |
public
|
onText(EventReceiver $receiver, $handler)
|
# |
public
|
getRequestData()
|
# |
public
|
getKey()
|
# |
public
|
setKey($key)
|
# |
public
|
onChange(EventReceiver $receiver, $handler, $ajax = false)
|
# |
public
|
OnEvent2()
|
# |
public
|
clean()
|
# |
Methods inherited from Zippy\Html\Form\TextInput |
---|
getText(), getInt(), getDouble(), setText(), setResponseData(), setDataList(), OnEvent() |
Methods inherited from Zippy\Html\Form\HtmlFormDataElement |
---|
setValue(), getValue() |
Properties | |||
---|---|---|---|
public
|
|
$minChars = 2
|
# |
public
|
|
$timeout = 100
|
# |
public
|
|
$count = 12
|
# |
public
|
|
$matcher = "return true;"
|
# |
Properties inherited from Zippy\Html\Form\HtmlFormDataElement |
---|
$value |
Properties inherited from Zippy\Html\HtmlComponent |
---|
$id, $disabled, $visible, $owner, $tag |