Class html_Events
basic class for all html components with standart events
- html_Component implements html_iComponent uses html_tComponent
-
html_Events
Direct known subclasses
html_Button
,
html_Calendar
,
html_Label
,
html_LinkLabel
,
html_Marquee
,
html_Panel
,
html_Slider
,
html_Spinbutton
,
html_TabbedPane
,
html_ChkListbox
,
html_Colorbox
,
html_DivTable
,
html_FocusEvents
,
html_FoldingBox
,
html_Form
,
html_Img
,
html_InfoBox
Indirect known subclasses
html_Checkbox
,
html_Choosebox
,
html_Combobox
,
html_Edit
,
html_FocusEventsEx
,
html_Listbox
,
html_Memo
,
html_OpenDialog
,
html_Optionbox
,
html_Radiobutton
Methods summary
protected
|
#
htmlEvents( $onClick = "", $onDblClick = "", $onMouseOver = "", $onMouseOut = "", $onMouseDown = "", $onMouseUp = "", $onMouseMove = "", $onKeyPress = "", $onKeyDown = "", $onKeyUp = "" )
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
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_onClick
js code for click event |
#
""
|
public
string
|
$m_onDblClick
js code for double click event |
#
""
|
public
string
|
$m_onMouseOver
js code for mouse over event |
#
""
|
public
string
|
$m_onMouseOut
js code for mouse out event |
#
""
|
public
string
|
$m_onMouseDown
js code for mouse down event |
#
""
|
public
string
|
$m_onMouseUp
js code for mouse up event |
#
""
|
public
string
|
$m_onMouseMove
js code for mouse move event |
#
""
|
public
string
|
$m_onKeyPress
js code for key press event |
#
""
|
public
string
|
$m_onKeyDown
js code for key down event |
#
""
|
public
string
|
$m_onKeyUp
js code for key up event |
#
""
|
public
string
|
$m_tooltip
the tooltip of a component |
#
""
|
public
string
|
$m_itext
|
#
""
|