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
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • PHP
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SIWECOS
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • cApiPathresolveCacheHelper
  • cArray
  • cArticleCollector
  • cDirHandler
  • cFileHandler
  • cHTMLInputSelectElement
  • cIterator
  • cString
  • cStringMultiByteWrapper
  • cZipArchive
  • UI_Config_Table
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class UI_Config_Table

Config table class.

Package: Core\Util
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Bjoern Behrens
Located at classes/class.input.helper.php
Methods summary
public
# __construct( )

Constructor to create an instance of this class.

Constructor to create an instance of this class.

public
# setCellTemplate( string $code )

Parameters

$code
string
$code
public
# setTableTemplateFile( string $path )

Parameters

$path
string
$path
public
# setCell( string $row, string $cell, string $content )

Set method for cells

Set method for cells

Parameters

$row
string
$row
$cell
string
$cell
$content
string
$content
protected
# setCellAlignment( string $row, string $cell, string $alignment )

Set method for cell alignment

Set method for cell alignment

Parameters

$row
string
$row
$cell
string
$cell
$alignment
string
$alignment
public
# setCellVAlignment( string $row, string $cell, string $alignment )

Set method for cell vertical alignment

Set method for cell vertical alignment

Parameters

$row
string
$row
$cell
string
$cell
$alignment
string
$alignment
public
# setCellClass( string $row, string $cell, string $class )

Set method for cell class

Set method for cell class

Parameters

$row
string
$row
$cell
string
$cell
$class
string
$class
public
# addMultiSelJS( )
protected string
# _getMultiSelJS( )

Add inline javascript

Add inline javascript

Returns

string
public string|null
# render( boolean $print = false )

Rendering function

Rendering function

Parameters

$print
boolean
$print [optional]

Returns

string|null
Complete template string or nothing

Throws

cInvalidArgumentException
Properties summary
protected string $_tplCellCode ''
#
protected string $_tplTableFile ''
#
protected string $_width ''
#
protected integer $_border 0
#
protected string $_borderColor ''
#
protected string $_solidBorder ''
#
protected integer $_padding 0
#
protected array $_cells []
#
protected array $_cellAlignment []
#
protected array $_cellVAlignment []
#
protected string $_cellColSpan
#
protected array $_cellClass []
#
protected string $_rowBgColor
#
protected string $_rowExtra
#
protected boolean $_addMultiSelJS false
#
protected string $_colorLight ''
#
protected string $_colorDark ''
#
CMS CONTENIDO 4.10.1 API documentation generated by ApiGen 2.8.0