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

  • cCodeGeneratorAbstract
  • cCodeGeneratorFactory
  • cCodeGeneratorStandard
  • cContentTypeAbstract
  • cContentTypeAbstractTabbed
  • cContentTypeDate
  • cContentTypeFilelist
  • cContentTypeHead
  • cContentTypeHtml
  • cContentTypeHtmlhead
  • cContentTypeImg
  • cContentTypeImgdescr
  • cContentTypeImgeditor
  • cContentTypeLink
  • cContentTypeLinkdescr
  • cContentTypeLinkeditor
  • cContentTypeLinktarget
  • cContentTypeRaw
  • cContentTypeTeaser
  • cContentTypeText
  • cTypeGenerator
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class cContentTypeAbstractTabbed

Abstract content type for content types which are edited in a tabbed popup.

cContentTypeAbstract
Extended by cContentTypeAbstractTabbed

Direct known subclasses

cContentTypeFilelist, cContentTypeImgeditor, cContentTypeLinkeditor, cContentTypePifaForm, cContentTypeTeaser, cContentTypeUserForum

Indirect known subclasses

cContentTypeImg, cContentTypeImgdescr, cContentTypeLink, cContentTypeLinkdescr, cContentTypeLinktarget
Abstract
Package: Core\ContentType
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Simon Sprankel
Located at classes/content_types/class.content.type.abstract.tabbed.php
Methods summary
protected string
# _generateTabMenuCode( array $tabs )

Generates the encoded code for the tab menu.

Generates the encoded code for the tab menu.

Parameters

$tabs
array
$tabs associative array mapping the tab IDs to the tab names

Returns

string
the encoded code for the tab menu

Throws

cInvalidArgumentException
protected mixed
# _getRawSettings( string $contentTypeName, integer $id, array $contentTypes )

Return the raw settings of a content type

Return the raw settings of a content type

Parameters

$contentTypeName
string
$contentTypeName Content type name
$id
integer
$id ID of the content type
$contentTypes
array
$contentTypes Content type array

Returns

mixed

Throws

cDbException
cException
protected string
# _generateActionCode( )

Generates the code for the action buttons (save and cancel).

Generates the code for the action buttons (save and cancel).

Returns

string
the encoded code for the action buttons

Throws

cInvalidArgumentException
Methods inherited from cContentTypeAbstract
__construct(), __toString(), _encodeForOutput(), _isActiveDirectory(), _isSubdirectory(), _readSettings(), _shouldDirectoryBeExpanded(), _storeSettings(), buildDirectoryList(), generateDirectoryList(), generateEditCode(), generateViewCode(), getConfiguration(), isWysiwygCompatible()
Constants inherited from cContentTypeAbstract
SETTINGS_TYPE_PLAINTEXT, SETTINGS_TYPE_XML
Properties inherited from cContentTypeAbstract
$_cfg, $_cfgClient, $_client, $_contentTypes, $_formFields, $_id, $_idArt, $_idArtLang, $_idCat, $_lang, $_prefix, $_rawSettings, $_session, $_settings, $_settingsType, $_type, $_uploadPath, $_useXHTML
CMS CONTENIDO 4.10.1 API documentation generated by ApiGen 2.8.0