Class html_Window
basic class for all html components
- html_Component implements html_iComponent uses html_tComponent
-
html_Window
Located at gui.lib.php
Methods summary
public
|
|
public
|
|
public
|
|
public
string
|
Methods inherited from html_Component
buildChilds()
,
getChilds()
,
getName()
,
setClass()
,
setName()
,
setStyle()
Methods used from html_tComponent
tBuildChilds()(as tBuildChilds())
Properties summary
private
string
|
$m_pos
|
#
null
|
private
string
|
$m_size_style
|
#
null
|
public
string
|
$m_js_varname
js var name of window |
#
"mywin"
|
public
string
|
$m_url
url |
#
"about:blank"
|
public
string
|
$m_width
sample "360" |
#
"360"
|
public
string
|
$m_height
sample "480" |
#
"480"
|
public
string
|
$m_left
sample "10" |
#
"0"
|
public
string
|
$m_top
sample "10" |
#
"0"
|
public
boolean
|
$m_location
enable locationbar |
#
true
|
public
boolean
|
$m_menubar
enable menubar |
#
true
|
public
boolean
|
$m_resizable
enable resize of window |
#
true
|
public
boolean
|
$m_scrollbars
enable scrollbars |
#
true
|
public
boolean
|
$m_status
enable statusbar |
#
true
|
public
boolean
|
$m_toolbar
enable toolbar |
#
true
|
public
boolean
|
$m_modal
enable modal state |
#
false
|