I love the features of TinyMCE, it makes for a very powerfull text area editor. I really like the ‘Edit CSS Style’ (styleprops) plugin that lets you edit further CSS options.
Is it possible to directly access this popup box to use on other elements/DIVs etc. rather than only having it within TinyMCE for the current textarea.
So for example, I have a DIV, write a jquery click function which opens up the ‘Edit CSS Style’ popup, then when the user applies changes they get applied to the calling DIV?
Look forward to any help.
Honestly, i do not think this is possible. The only way would be to alter the already existent tinymce plugin to your needs or copy the plugin, rename it and change the functionality.