GUI_CreationComplete
Used with RxCore.createServerContent method, this callback returns the XML created on the server when the content is created.
Related methods
Callback Parameters
xmlstring: A string holding the XML for the newly created content.
Example
RxCore.GUI_CreationComplete.connect(function(xml){
console.log("Data ", xml);
});