Class html_Msgbox
basic class for all html components
- html_Component implements html_iComponent uses html_tComponent
-
html_Msgbox
Located at gui.lib.php
Methods summary
public
|
|
public
string
|
Methods inherited from html_Component
buildChilds()
,
getChilds()
,
getName()
,
setClass()
,
setName()
,
setStyle()
Methods used from html_tComponent
tBuildChilds()(as tBuildChilds())
Properties summary
public
string
|
$m_js_varname
js var name of msgbox |
#
"mymsgbox"
|
public
string
|
$m_caption1
cation of button |
#
null
|
public
string
|
$m_caption2
cation of button |
#
null
|
public
string
|
$m_caption3
cation of button |
#
null
|
public
string
|
$m_onClick1
js code for click event |
#
""
|
public
string
|
$m_onClick2
js code for click event |
#
""
|
public
string
|
$m_onClick3
js code for click event |
#
""
|
public
boolean
|
$m_flatStyle
enable flat style for button's |
#
false
|