Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • cGuiBackendHelpbox
  • cGuiFileOverview
  • cGuiFoldingRow
  • cGuiList
  • cGuiMenu
  • cGuiNavigation
  • cGuiNotification
  • cGuiObjectPager
  • cGuiPage
  • cGuiScrollList
  • cGuiSourceEditor
  • cGuiTableForm
  • cGuiTree
  • cPager
  • cTemplate
  • cTree
  • cTreeItem
  • NoteLink
  • NoteList
  • NoteListItem
  • NoteView
  • TODOLink
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class cGuiFoldingRow

Foldable table row GUI class.

<strong>JavaScript requirements</strong> Requires the class Con.FoldingRow from cfoldingrow.js as well as parameterCollector.js.

cHTML
Extended by 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
Methods summary
public
# __construct( string $uuid, string $caption = "", string $linkId = "", boolean|null $bExpanded = NULL )

Constructor to create an instance of this class.

Constructor to create an instance of this class.

Parameters

$uuid
string
$uuid
$caption
string
$caption [optional]
$linkId
string
$linkId [optional]
$bExpanded
boolean|null
$bExpanded [optional]

Overrides

cHTML::__construct()
public
# setExpanded( boolean $expanded = false )

Parameters

$expanded
boolean
$expanded [optional]
public
# setCaption( string $caption )

Parameters

$caption
string
$caption
public
# setHelpContext( mixed $context = false )

Unused.

Unused.

Parameters

$context
mixed
$context [optional]
public
# setIndent( integer $indent = 0 )

Unused.

Unused.

Parameters

$indent
integer
$indent [optional]
public
# setContentData( string|object|array $content )

Parameters

$content
string|object|array
$content
public string
# render( )

Returns

string
Generated markup

See

cHTML::render()

Overrides

cHTML::render()
Methods inherited from cHTML
__toString(), _appendContent(), _getAttrString(), _parseAttributes(), _setContent(), addRequiredScript(), advanceID(), appendStyleDefinition(), appendStyleDefinitions(), attachEventDefinition(), display(), fillCloseSkeleton(), fillSkeleton(), getAttribute(), getAttributes(), getID(), removeAttribute(), setAlt(), setAttribute(), setAttributes(), setClass(), setEvent(), setGenerateXHTML(), setID(), setStyle(), setTag(), toHtml(), unsetEvent(), updateAttribute(), updateAttributes()
Properties summary
protected cHTMLTableRow $_headerRow
#

Table row with the header.

Table row with the header.

protected cHTMLTableHead $_headerData
#

Table header data.

Table header data.

protected cHTMLTableRow $_contentRow
#

Table row with the content.

Table row with the content.

protected string $_linkId
#

ID for link that triggers expandCollapse.

ID for link that triggers expandCollapse.

protected cHTMLLink $_link
#

Link.

Link.

protected cHTMLTableData $_contentData
#

Table content data.

Table content data.

protected cHTMLImage $_foldingImage
#
protected cHTMLHiddenField $_hiddenField
#
Properties inherited from cHTML
$_attributes, $_content, $_contentlessTag, $_eventDefinitions, $_generateXHTML, $_idCounter, $_requiredScripts, $_skeletonClose, $_skeletonOpen, $_skeletonSingle, $_styleDefinitions, $_styleDefs, $_tag
CMS CONTENIDO 4.9.11 API documentation generated by ApiGen 2.8.0