Class html_InfoBox
basic class for all html components with standart events
- html_Component implements html_iComponent uses html_tComponent
-
html_Events
-
html_InfoBox
Located at gui.lib.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
Methods inherited from html_Events
htmlEvents()
,
setHint()
,
setIText()
,
setOnClick()
,
setOnDblClick()
,
setOnKeyDown()
,
setOnKeyPress()
,
setOnKeyUp()
,
setOnMouseDown()
,
setOnMouseMove()
,
setOnMouseOut()
,
setOnMouseOver()
,
setOnMouseUp()
,
setTooltip()
Methods inherited from html_Component
buildChilds()
,
getChilds()
,
getName()
,
setClass()
,
setName()
,
setStyle()
Methods used from html_tComponent
tBuildChilds()(as tBuildChilds())
Properties summary
public
string
|
$m_pos_x
|
#
"10px"
|
public
string
|
$m_pos_y
|
#
"10px"
|
public
string
|
$m_width
width of html component |
#
"300px"
|
public
string
|
$m_height
height of html component |
#
"100px"
|
public
string
|
$m_border_color
sample: "#CCCCCC" |
#
"#CCCCCC"
|
public
string
|
$m_bgcolor
sample: "#FFFFFF" |
#
""
|
public
string
|
$m_border_style
|
#
"ridge"
|
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