This is a migrated thread and some comments may be shown as answers.

using editor to modify XML

0 Answers 213 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 03 Aug 2012, 05:40 PM
I'm writing an app to allow users to create/modify XML strings.  I'd like to use the editor for that.

    var editor = $("#templateEditor").data("kendoEditor");
    editor.paste("paste in a string" + "<xmlNode>inner text</xmlNode>");

with the above I will get the "paste in a string" and "inner text" but not the node tags.  is there a way to allow this so the user can just modify everything as text string?

No answers yet. Maybe you can help?

Tags
Editor
Asked by
Eric
Top achievements
Rank 1
Share this question
or