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
    • 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
# UI_Config_Table( )

Create a config table instance. Old constructor

Create a config table instance. Old constructor

Deprecated

[2016-02-11] This method is deprecated and is not needed any longer. Please use __construct() as constructor function.
public
# setAddMultiSelJS( boolean $bEnabled = true )

Parameters

$bEnabled
boolean
$bEnabled
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, unknown_type $alignment )

Set method for cell alignment

Set method for cell alignment

Parameters

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

Set method for cell vertical alignment

Set method for cell vertical alignment

Parameters

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

Set method for cell class

Set method for cell class

Parameters

$row
string
$row
$cell
string
$cell
$class
unknown_type
$class
protected string
# _addMultiSelJS( )

Add inline javascript

Add inline javascript

Returns

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

Rendering function

Rendering function

Parameters

$print
boolean
$print [optional]

Returns

string|
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 array()
#
protected array $_CellAlignment array()
#
protected array $_CellVAlignment array()
#
protected unknown_type $_CellColSpan
#
protected array $_CellClass array()
#
protected unknown_type $_RowBgColor
#
protected unknown_type $_RowExtra
#
protected boolean $_AddMultiSelJS null
#
protected string $_ColorLight ''
#
protected string $_ColorDark ''
#
CMS CONTENIDO 4.10.0 API documentation generated by ApiGen 2.8.0