Download the source code for this project here
In this article we described an Xml field type that could be used for storing Xml and Xml-derived data in a SharePoint list. We got as far as creating a skeleton object that provides the basic functionality of a custom field. In this post we’ll add a custom user interface to make editing Xml data a bit more friendly.
In order to generate a responsive UI I’ve made use of two client side technologies:
JQuery - specifically the Dialog functionality of JQuery UI
CodeMirror – specifically the...