Skip to content

v2.5.0

Compare
Choose a tag to compare
@toopay toopay released this 28 Jun 08:11
· 212 commits to master since this release

Added events:

Name Description
onChange 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
  • Avoid redundancy of keyup trigger.

Ref