StevenDevooght / tinyMCE-mention

Mention/Autocomplete plugin for tinyMCE WYSIWYG editor.
http://stevendevooght.github.io/tinyMCE-mention/
221 stars 96 forks source link

is there a way to add "grouping" to the dropdown menu ? #24

Closed ManuZenou closed 8 years ago

StevenDevooght commented 9 years ago

The renderDropdown & render function can be overridden as you like. I don't know if that will be enough for what you are trying to do...

ManuZenou commented 9 years ago

both function return HTML string. is there a way to override an event that invokes after it gets rendered ? for example, I'd like to try and use Select2 (which has the functionality that I need), and I need to call the .select2() function.

StevenDevooght commented 9 years ago

There is currently no callback event after the dropdown is rendered. However the grouping can be easily done using just html and css I think.