Class html_TabControl
use iframe for tab page control
- html_Component implements html_iComponent uses html_tComponent
-
html_TabControl
Located at gui.lib.php
Methods summary
public
|
|
private
|
|
public
|
|
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
array
|
$m_tpages
|
#
array()
|
public
string
|
$m_width
|
|
public
string
|
$m_height
|
|
public
boolean
|
$m_scrolling
enable scrolling |
#
true
|
public
integer
|
$m_pages
number of pages |
#
1
|
public
string
|
$m_tab_color
|
#
"#D3D3D3"
|
public
string
|
$m_tab_border_color
|
#
"#C0C0C0"
|
public
string
|
$m_text_color
|
#
"#000000"
|
public
string
|
$m_border_color
|
#
"#DCDCDC"
|
public
string
|
$m_border_style
|
#
"outset"
|
public
integer
|
$m_index
index of active tab |
#
0
|