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

Classes

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

Class cGuiMenu

Menu GUI class

Package: Core\GUI
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Mischa Holz
Located at classes/gui/class.menu.php
Methods summary
public
# __construct( )

Constructor to create an instance of this class.

Constructor to create an instance of this class.

public
# setTitle( mixed $item, string $title )

Parameters

$item
mixed
$item
$title
string
$title
public
# setTooltip( mixed $item, string $tooltip )

Parameters

$item
mixed
$item
$tooltip
string
$tooltip
public
# setRowmark( boolean $rowmark = true )

Parameters

$rowmark
boolean
$rowmark [optional]
public
# setImage( mixed $item, string $image, integer $maxwidth = 0 )

Parameters

$item
mixed
$item
$image
string
$image
$maxwidth
integer
$maxwidth [optional]
public
# setLink( mixed $item, cHTMLContentElement $link )

Parameters

$item
mixed
$item
$link
cHTMLContentElement
$link
public
# setActions( mixed $item, mixed $key, string $action )

Parameters

$item
mixed
$item
$key
mixed
$key
$action
string
$action
public
# setMarked( mixed $item )

Parameters

$item
mixed
$item
public string
# render( boolean $print = true )

Parameters

$print
boolean
$print [optional]

Returns

string
Properties summary
public array $link
#
public array $title
#
public array $tooltips
#
public array $image
#
public unknown_type $alt
#
public array $actions
#
public array $imagewidth
#
public unknown_type $caption
#

Todo

what is this property supposed to be?
public unknown_type $type
#

Todo

what is this property supposed to be?
public unknown_type $show
#

Todo

what is this property supposed to be?
protected mixed $_marked false
#

The marked item.

The marked item.

CMS CONTENIDO 4.9.11 API documentation generated by ApiGen 2.8.0