class Tinymce implements JavascriptInterface

Data for Tinymce - https://www.tinymce.com

Methods

string|null
getVersion(string $version)

Use this method to get version to use

array|null
getJavascript(string $version)

Use this method to add data for javascript, keep latest version above

Details

at line 23
string|null getVersion(string $version)

Use this method to get version to use

Parameters

string $version

Return Value

string|null

at line 43
array|null getJavascript(string $version)

Use this method to add data for javascript, keep latest version above

Parameters

string $version

Return Value

array|null