Class html_Panel
basic class for all html components with standart events
- html_Component implements html_iComponent uses html_tComponent
-
html_Events
-
html_Panel
Located at gui.lib.php
Methods summary
public
|
#
__construct( mixed $child = null, string $class_style = '', string $name = 'Panel', string $attribute = '' )
create a Panel (html Container) |
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_type
pos type of panel Sample: absolute / static |
#
''
|
public
string
|
$m_pos_x
"10px" or "left" "center" "right" |
#
null
|
public
string
|
$m_pos_y
"10px" or "top" "middle" "bottom" |
#
null
|
public
string
|
$m_width
width of html component |
#
null
|
public
string
|
$m_height
height of html component |
#
null
|
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