Contentserv PHP API

CSGuiEditorInput
in package

Represents one input element in the editor

Tags
since
5.2

Table of Contents

getAdditionalOptions()  : array<string|int, mixed>
Returns the additionalOptions array defined within this input
getDescription()  : string
Returns the optional description of this element
getHtml()  : string
Returns the html representation of this element
getLabel()  : string
Returns the label of this element
getLabelTooltip()  : string
Returns the optional tooltip for the label
getName()  : string
Returns the internal name of this element
getTooltip()  : string
Returns the tooltip of this input

Methods

getAdditionalOptions()

Returns the additionalOptions array defined within this input

public getAdditionalOptions() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>

the additionalOptions of this input

getDescription()

Returns the optional description of this element

public getDescription() : string
Tags
Return values
string

the description

getHtml()

Returns the html representation of this element

public getHtml() : string
Tags
Return values
string

the html representation of this input

getLabel()

Returns the label of this element

public getLabel() : string
Tags
Return values
string

the label

getLabelTooltip()

Returns the optional tooltip for the label

public getLabelTooltip() : string
Tags
Return values
string

the tooltip for the label

getName()

Returns the internal name of this element

public getName() : string
Tags
Return values
string

the internal name

getTooltip()

Returns the tooltip of this input

public getTooltip() : string
Tags
Return values
string

the tooltip of this input


        

Search results