How to extend the tinymce validation rules for the style tag? -


i have tinymce editor. in editor want enable user use upper cased keyword inside style tag or html element, e.g. [color]. issue editor converts lower case, means system cannot identify later in order replace it. how can prevent editor edit keyword?

i tried external_valid_elements, didn't work.

extended_valid_elements: "*[style]" 

the issue solved replacing lower-cased version of keyword upper case before sending back-end.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -