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
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • cTinyMCE4List
  • Overview
  • Package
  • Class
  • Todo
  • Download

Class cTinyMCE4List

Package: CONTENIDO
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Thomas Stauer
Located at external/wysiwyg/tinymce4/contenido/ajax/class.tinymce_list.php
Methods summary
public
# __construct( $mode = null )
private array
# _buildImageList( )

get a list of images that is accessible for tinymce

get a list of images that is accessible for tinymce

Returns

array
The array of images filled with upload objects
private array
# _addToWoodTree( array $woodTree, integer $lvl, stdClass $entry )

This function helps adding the category entries to the wood according to their deepness level

This function helps adding the category entries to the wood according to their deepness level

Parameters

$woodTree
$lvl
The level where entry should be inserted into wood. Level 0 means we enter a tree to the wood.
$entry
The entry to add into the wood.

Returns

array
The altered woodTree with newly inserted entry at the correct level.
private array
# _buildLinkList( )

get a list of links to articles for current client and language

get a list of links to articles for current client and language

Returns

array
The array of articles filled with link objects
private
# _printList( $list )

Output the created list as JSON.

Output the created list as JSON.

CMS CONTENIDO 4.9.7 API documentation generated by ApiGen