You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will trigger every time you typed in anything on the textarea. The event is triggered by keyup, callbacks from each menu buttons and native textarea.on('change', ... ) event
Added methods:
Name
Description
hideButtons
Completely hide the specified buttons by name. Using hidden class in boostrap.
showButtons
Opposite to hideButtons()
parseContent
Parsing the content is now separated, so you can always call this function to parse the textarea content
Enhancement And Fixes :
Out-of-the-box support of jQuery hotkey
On showButtons, hideButtons, disableButtons and enableButtons methods, the name parameter can now be either an array or string