SCEditor

emoticons()

emoticons() Since: 1.4.2

Gets if emoticons are currently enabled in the editor.

Syntax

var enabled = instance.emoticons();

Return

Type: boolean

emoticons(enable) Since: 1.4.2

Enables/disables emoticons in the editor.

Syntax

instance.emoticons(enable);

Parameters

save
Type: boolean

If to enable emoticons or not.

Return

Type: sceditor