Class cGuiFoldingRow
Foldable table row GUI class
- cHTML
- cGuiFoldingRow
Direct known subclasses
cGuiObjectPager
Package: Core\GUI
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Bjoern Behrens
Located at classes/gui/class.foldingrow.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Bjoern Behrens
Located at classes/gui/class.foldingrow.php
public
|
#
__construct( array $uuid, mixed $caption = "", mixed $linkId = "", mixed $bExpanded = NULL )
Constructor Function. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
protected
|
$_headerRow |
|
#
Table row with the header |
protected
|
$_headerData |
|
#
Table header data |
protected
|
$_contentRow |
|
#
Table row with the content |
protected
string
|
$_linkId |
|
#
ID for link that triggers expandCollapse |
protected
|
$_link |
|
#
Link |
protected
mixed
|
$_contentData |
|
#
Table content data |
$_attributes,
$_content,
$_contentlessTag,
$_eventDefinitions,
$_generateXHTML,
$_idCounter,
$_requiredScripts,
$_skeletonClose,
$_skeletonOpen,
$_skeletonSingle,
$_styleDefinitions,
$_styleDefs,
$_tag
|