Hi
I have used GetPointNode to get the HTML out of a UL list by the user just clicking somewhere in it.
After doing some work I would like to update the UL list, however while I can get GetHTMLCode there doesn't seem to be a method to update the HTML of an object selected by GetPointNode.
I tried using SetInnerText() but that strips out all the HTML and just inserts text. In the previous editor I just used innerHTML, but this is not on your object neither is SetHtmlCode which would have been the logical one.
Do you have any suggestions please.
Thanks