The forum operates in read-only mode. Please head to StackOverflow for support.
how to customise ckeditor html dtd to xml dtd (user define tag) like <para>,<emphasis >..
You need to extend the CKEDITOR.dtd object. Check code of https://github.com/ckeditor/ckeditor-dev/blob/master/core/dtd.js
BTW. I've just noticed that the @fileOverview comment is outdated - this DTD is based on HTML5 (however there are differnces, because of its limitations).
Piotrek (Reinmar) Koszuliński CKEditor JavaScript Developer -- CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
You need to extend the
You need to extend the CKEDITOR.dtd object. Check code of https://github.com/ckeditor/ckeditor-dev/blob/master/core/dtd.js
BTW. I've just noticed that the @fileOverview comment is outdated - this DTD is based on HTML5 (however there are differnces, because of its limitations).
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+