Bitrix API

EditableDescription extends ContentBlock uses Actionable

Table of Contents

Constants

BG_COLOR_WHITE  = 'white'
BG_COLOR_YELLOW  = 'yellow'
HEIGHT_LONG  = 'long'
HEIGHT_SHORT  = 'short'
SCOPE_MOBILE  = 'mobile'
SCOPE_WEB  = 'web'

Methods

getAction()  : Action|null
getBackgroundColor()  : string|null
getCopied()  : bool
getCopilotSettings()  : array<string|int, mixed>
getEditable()  : bool
getHeight()  : string
getRendererName()  : string
getScope()  : string|null
getSort()  : int|null
getText()  : string|null
getUseBBCodeEditor()  : bool|null
setAction()  : self
setBackgroundColor()  : self
setCopied()  : self
setCopilotSettings()  : self
setEditable()  : self
setHeight()  : self
setScope()  : self
setScopeMobile()  : self
setScopeWeb()  : self
setSort()  : self
setText()  : self
setUseBBCodeEditor()  : self
toArray()  : array<string|int, mixed>

Constants

Methods

getBackgroundColor()

public getBackgroundColor() : string|null
Return values
string|null

getCopilotSettings()

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

getScope()

public getScope() : string|null
Return values
string|null

getSort()

public getSort() : int|null
Return values
int|null

getUseBBCodeEditor()

public getUseBBCodeEditor() : bool|null
Return values
bool|null

setAction()

public setAction(Action|null $action) : self
Parameters
$action : Action|null
Return values
self

setBackgroundColor()

public setBackgroundColor(string $backgroundColor) : self
Parameters
$backgroundColor : string
Return values
self

setCopied()

public setCopied(bool $copied) : self
Parameters
$copied : bool
Return values
self

setCopilotSettings()

public setCopilotSettings(array<string|int, mixed> $copilotSettings) : self
Parameters
$copilotSettings : array<string|int, mixed>
Return values
self

setEditable()

public setEditable(bool $editable) : self
Parameters
$editable : bool
Return values
self

setHeight()

public setHeight(string $height) : self
Parameters
$height : string
Return values
self

setScope()

public setScope(string|null $scope) : self
Parameters
$scope : string|null
Return values
self

setScopeMobile()

public setScopeMobile() : self
Return values
self

setScopeWeb()

public setScopeWeb() : self
Return values
self

setSort()

public setSort(int|null $sort) : self
Parameters
$sort : int|null
Return values
self

setText()

public setText(string|null $text) : self
Parameters
$text : string|null
Return values
self

setUseBBCodeEditor()

public setUseBBCodeEditor(bool $useBBCodeEditor) : self
Parameters
$useBBCodeEditor : bool
Return values
self

toArray()

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

        
On this page

Search results