Overview

Packages

  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Datatype
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
  • 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

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

Class cGuiFoldingRow

Foldable table row GUI class

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( array $uuid, mixed $caption = "", mixed $linkId = "", mixed $bExpanded = NULL )

Constructor Function.

Constructor Function.

Parameters

$uuid
array
$attributes Associative array of table tag attributes
$caption
$linkId
$bExpanded

Overrides

cHTML::__construct()
public
# setExpanded( mixed $expanded = false )
public
# setCaption( mixed $caption )
public
# setHelpContext( mixed $context = false )
public
# setIndent( mixed $indent = 0 )
public
# setContentData( mixed $content )
public string
# render( )

Alias for toHtml

Alias for toHtml

Returns

string
Generated markup

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

Properties inherited from cHTML
$_attributes, $_content, $_contentlessTag, $_eventDefinitions, $_generateXHTML, $_idCounter, $_requiredScripts, $_skeletonClose, $_skeletonOpen, $_skeletonSingle, $_styleDefinitions, $_styleDefs, $_tag
CMS CONTENIDO 4.9.5 API documentation generated by ApiGen 2.8.0