I'm working on a configuration page where a variety of properties need to be displayed and set. The properties are of various types: text boxes, popup menus, checkboxes, etc. dijit.Tree looks good, but all of the examples have tree nodes which just show a line of text, which won't meet my needs.
Is there a way to enhance the Tree leaves (dijit._TreeNode, I believe) so that they will a) display my data in whatever format I want, and b) handle writing any changes back to the data store?
