Check documentation for the latest version of dhtmlxSuite registerXMLEntity DHTMLX Docs

registerXMLEntity

registers XML entity for replacement during the initialization (the default entities are: ampersand, less-than and greater-than symbols)

void registerXMLEntity(string rChar,string rEntity);
rCharstringsource char
rEntitystringtarget entity

Available only in PRO Edition

Details

This method should be used with the setSerializationLevel() method that enables replacement (with "true" as the 3rd parameter).

Back to top