Contentserv PHP API

CSGuiIdmlEditorToolbarButton
in package

Tags

Table of Contents

__construct()  : mixed
getIcon()  : mixed
getName()  : mixed
getOnclick()  : mixed
getTitle()  : mixed
isComponent()  : mixed
isSeparator()  : mixed
isStandardButton()  : mixed
setName()  : mixed

Methods

__construct()

public __construct([string $sName = '' ][, string $icon = '' ][, string $title = '' ][, string $onclick = '' ][, bool $isStandardButton = FALSE ][, bool $isSeparator = FALSE ][, bool $isComponent = FALSE ]) : mixed
Parameters
$sName : string = ''
$icon : string = ''

Relative to admin folder e.g. '../admin/images/check.png'

$title : string = ''
$onclick : string = ''
$isStandardButton : bool = FALSE
$isSeparator : bool = FALSE
$isComponent : bool = FALSE
Tags
Return values
mixed

getOnclick()

public getOnclick() : mixed
Tags
Return values
mixed

isComponent()

public isComponent() : mixed
Tags
Return values
mixed

isSeparator()

public isSeparator() : mixed
Tags
Return values
mixed

isStandardButton()

public isStandardButton() : mixed
Tags
Return values
mixed

setName()

public setName(mixed $sName) : mixed
Parameters
$sName : mixed
Tags
Return values
mixed

        

Search results