Documentation

aceVars
in package

TinyMCE 5 based editor plugin config class

Tags
author

Stefan Seehafer aka imagine fanpress@nobody-knows.org

copyright

(c) 2025, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

since
5.3.0-dev

Table of Contents

$editorButtons  : mixed
$editorFontsizes  : mixed
$editorParagraphs  : mixed
$editorStyles  : mixed
$toolbarTpl  : mixed
__construct()  : mixed
prepareComments()  : void
Prepare buttons for comments
prepareDrafts()  : void
Prepare buttons for comments
toArray()  : array<string|int, mixed>

Properties

$editorButtons

private mixed $editorButtons = []

$editorFontsizes

private mixed $editorFontsizes = []

$editorParagraphs

private mixed $editorParagraphs = []

$editorStyles

private mixed $editorStyles = []

$toolbarTpl

private mixed $toolbarTpl = 'components/editor/ace_toolbar.php'

Methods

__construct()

public __construct(array<string|int, mixed> $editorStyles) : mixed
Parameters
$editorStyles : array<string|int, mixed>
Return values
mixed

prepareComments()

Prepare buttons for comments

public prepareComments() : void
Return values
void

prepareDrafts()

Prepare buttons for comments

public prepareDrafts() : void
Return values
void

toArray()

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

Search results