Custom XML tags are supported – how can I use them?
– Custom tags are supported in the Enterprise version of the editor component. You can create easily your own grammar specification for handling custom tags or turn on the automatic grammar builder which will inspect the document and create automatically the grammar for you. This can be done the following way: htmlEditor.setXMLMode(true); for manual tag handling see question #3 below.