getEditorSmilies(array $smilies) : array
array
null
If null, pulls from default list.
array
[smilie text] => array(0 => title, 1 => url)getEditorTemplate(\XenForo_View $view, string $formCtrlName, string $message, array $editorOptions) : \XenForo_Template_Abstract
The WYSIWYG editor will be used if supported by the browser.
\XenForo_View
string
Name of the textarea. If using the WYSIWYG editor, this will have _html appended to it.
string
Default message to put in editor. This should contain BB code
array
Array of options for the editor. Defaults are provided for any unspecified Currently supported: editorId - (string) override normal {formCtrlName}_html id templateName - (string) override normal 'editor' name disable - (boolean) true to prevent WYSIWYG from activating
getQuickReplyEditor(\XenForo_View $view, $formCtrlName, $message, array $editorOptions)
$_editorIds : array