Class html_Label
basic class for all html components with standart events
- html_Component implements html_iComponent uses html_tComponent
-
html_Events
-
html_Label
Methods summary
public
|
#
__construct( string $text = '', string $tagname = "span", string $class_style = "", string $name = "html_Label", string $attribute = '' )
create a Label default as HTML-Span tag, other allowed tag are as sample: |
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
private
string
|
$m_text
|
#
""
|
private
string
|
$m_tagname
|
#
""
|
public
string
|
$m_fontsize
fontsize of html component |
#
null
|
public
string
|
$m_fontweight
fontweight of html component |
#
null
|
public
string
|
$m_fontcolor
fontcolor 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