Class html_FocusEvents
basic class for all html components with standart events
- html_Component implements html_iComponent uses html_tComponent
-
html_Events
-
html_FocusEvents
Direct known subclasses
Indirect known subclasses
html_Checkbox
,
html_Choosebox
,
html_Combobox
,
html_Edit
,
html_Listbox
,
html_Memo
,
html_OpenDialog
,
html_Optionbox
,
html_Radiobutton
Methods summary
protected
|
|
public
|
|
public
|
Methods inherited from html_Events
htmlEvents()
,
setHint()
,
setIText()
,
setOnClick()
,
setOnDblClick()
,
setOnKeyDown()
,
setOnKeyPress()
,
setOnKeyUp()
,
setOnMouseDown()
,
setOnMouseMove()
,
setOnMouseOut()
,
setOnMouseOver()
,
setOnMouseUp()
,
setTooltip()
Methods inherited from html_Component
__construct()
,
buildChilds()
,
getChilds()
,
getName()
,
html()
,
setClass()
,
setName()
,
setStyle()
Methods used from html_tComponent
tBuildChilds()(as tBuildChilds())
Properties summary
public
string
|
$m_onBlur
js code for blur event (leave field) |
#
""
|
public
string
|
$m_onFocus
js code for focus event (enter field) |
#
""
|
Properties inherited from html_Events
$m_itext
,
$m_onClick
,
$m_onDblClick
,
$m_onKeyDown
,
$m_onKeyPress
,
$m_onKeyUp
,
$m_onMouseDown
,
$m_onMouseMove
,
$m_onMouseOut
,
$m_onMouseOver
,
$m_onMouseUp
,
$m_tooltip