emoticons() Since: 1.4.2
Gets if emoticons are currently enabled in the editor.
Syntax
var enabled = instance.emoticons();
Return
Type: boolean
Gets if emoticons are currently enabled in the editor.
var enabled = instance.emoticons();
Type: boolean
Enables/disables emoticons in the editor.
instance.emoticons(enable);
save
Type: boolean
If to enable emoticons or not.
Type: sceditor