Check documentation for the latest version of dhtmlxSuite setSerializationLevel DHTMLX Docs

setSerializationLevel

configures XML serialization

void setSerializationLevel(boolean userData,boolean fullXML,boolean escapeEntities,boolean userDataAsCData,boolean DTD);
userDatabooleanenable/disable user data serialization
fullXMLbooleanenable/disable full XML serialization
escapeEntitiesbooleanconvert special chars into related html entitites
userDataAsCDatabooleanoutput user data in CDATA sections
DTDbooleanif specified, then set as XML's DTD

Available only in PRO Edition

Back to top