Class html_FoldingBox
basic class for all html components with standart events
- html_Component implements html_iComponent uses html_tComponent
-
html_Events
-
html_FoldingBox
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
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
private
string
|
$m_label
|
#
' '
|
public
string
|
$m_close_img
image for close, empty string for default, null for no image |
#
''
|
public
string
|
$m_open_img
image for open, empty string for default, null for no image |
#
''
|
public
boolean
|
$m_collapse
open or closed box, default the box is open |
#
null
|
public
string
|
$m_style_pnl
style of pannel |
#
''
|
public
string
|
$m_style_bar
style of bar |
#
''
|
public
string
|
$m_class_bar
class of bar |
#
''
|
public
string
|
$m_class_bar_collapsed
class of collapsed bar |
#
''
|
public
string
|
$m_class_pnl
class of panel |
#
''
|
public
boolean
|
$m_collapse_on_bar
true to collapse the box on the complete bar area |
#
false
|
public
boolean
|
$m_collapse_disable
if true, you cannot collapse the box (it always stays open) |
#
false
|
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