Class html_ChkListbox
basic class for all html components with standart events
- html_Component implements html_iComponent uses html_tComponent
-
html_Events
-
html_ChkListbox
Located at gui.lib.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
#
selItemFromValue( mixed $val, boolean $useRequestAsDefault = false )
select the item from value, if $useRequestAsDefault == true it try to use request value on empty $val |
public
|
|
public
|
|
public
array
|
|
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
array
|
$m_items
|
#
array()
|
private
integer
|
$m_columns
|
#
2
|
public
string
|
$m_width
width of html component |
#
"100px"
|
public
string
|
$m_height
height of html component |
#
"150px"
|
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