Navigators and RepeatTreeNodes – A Brain Dump
In an application I was extending, I wanted to use a Navigator component that worked very dynamically. It was to replace nested repeat controls. The Navigator has a RepeatTreeNode and it seemed a reasonable approach to nest them. So the structure I was building was: Navigator RepeatTreeNode (var=”level1″) whose children are BasicContainerNodes whose label is […]
Navigators and RepeatTreeNodes – A Brain Dump Read More »