Class html_OpenDialog
basic class for all html components with standart events
- html_Component implements html_iComponent uses html_tComponent
-
html_Events
-
html_FocusEvents
-
html_FocusEventsEx
-
html_OpenDialog
Methods summary
public
|
|
public
|
|
public
|
|
public
string
|
Methods inherited from html_FocusEventsEx
Methods inherited from html_FocusEvents
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
integer
|
$m_size
size of field |
#
30
|
public
integer
|
$m_maxLength
max length of field |
#
255
|
public
string
|
$m_text
text of edit |
#
""
|
public
string
|
$m_text_display
display of text |
#
"inline"
|
public
string
|
$m_onKeydown
js code for key down event |
#
""
|
public
string
|
$m_onKeyup
js code for key up event |
#
""
|
public
string
|
$m_onKeypress
js code for key press event |
#
""
|
public
boolean
|
$m_highlight
highlight field on focus |
#
false
|
public
string
|
$m_hightlight_color
|
#
"#0000FF"
|
public
string
|
$m_bgcolor
color of background |
#
""
|
public
string
|
$m_focus_bgcolor
color of field on focus |
#
""
|
public
boolean
|
$m_enabled
disable the element |
#
true
|
public
string
|
$m_mask
allowed files |
#
"*"
|
public
string
|
$m_fontsize
fontsize of html component |
#
null
|
public
string
|
$m_fontweight
fontweight of html component |
#
null
|
Properties inherited from html_FocusEventsEx
Properties inherited from html_FocusEvents
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