Overview

Packages

  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Datatype
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
  • 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

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

Class NoteLink

This class uses the link GUI class to serve a special link for notes.

cHTML
Extended by cHTMLContentElement
Extended by cHTMLLink
Extended by NoteLink
Package: Core\GUI
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Unknown
Located at classes/class.note.php
Methods summary
public
# NoteLink( string $sItemType, mixed $sItemID )

Creates a new note link item.

Creates a new note link item.

This link is used to show the popup from any position within the system. The link contains the note image.

Parameters

$sItemType
string
$sItemType Item type (usually the class name)
$sItemID
mixed
$sItemID Item ID (usually the primary key)
public
# enableHistory( )

Enables the display of all note items

Enables the display of all note items

public
# disableHistory( )

Disables the display of all note items

Disables the display of all note items

public
# enableHistoryDelete( )

Enables the delete function in the history view

Enables the delete function in the history view

public
# disableHistoryDelete( )

Disables the delete function in the history view

Disables the delete function in the history view

public string
# render( mixed $return = false )

Returns

string
Generated markup

See

cHTML::render()

Overrides

cHTML::render()
Methods inherited from cHTMLLink
__construct(), disableAutomaticParameterAppend(), enableAutomaticParameterAppend(), getHref(), setAnchor(), setCLink(), setCustom(), setImage(), setLink(), setMultiLink(), setTargetFrame(), toHTML(), unsetCustom()
Methods inherited from cHTMLContentElement
appendContent(), setContent()
Methods inherited from cHTML
__toString(), _appendContent(), _getAttrString(), _parseAttributes(), _setContent(), addRequiredScript(), advanceID(), appendStyleDefinition(), appendStyleDefinitions(), attachEventDefinition(), display(), fillCloseSkeleton(), fillSkeleton(), getAttribute(), getAttributes(), getID(), removeAttribute(), setAlt(), setAttribute(), setAttributes(), setClass(), setEvent(), setGenerateXHTML(), setID(), setStyle(), setTag(), unsetEvent(), updateAttribute(), updateAttributes()
Properties summary
private string $_sItemType
#

Object type

Object type

private string $_sItemID
#

Object ID

Object ID

private boolean $_bShowHistory
#

If true, shows the note history

If true, shows the note history

private boolean $_bDeleteHistoryItems
#

If true, history items can be deleted

If true, history items can be deleted

Properties inherited from cHTMLLink
$_anchor, $_content, $_custom, $_image, $_link
Properties inherited from cHTML
$_attributes, $_contentlessTag, $_eventDefinitions, $_generateXHTML, $_idCounter, $_requiredScripts, $_skeletonClose, $_skeletonOpen, $_skeletonSingle, $_styleDefinitions, $_styleDefs, $_tag
CMS CONTENIDO 4.9.3 API documentation generated by ApiGen 2.8.0