So I am working on dojo widgets.
So far I have working to some degree:
<button>
<splitPane>
<tabPane>
<freePanel> - allows you to position things absolutely relative to the
freePanel bounds.
FreePanel is particularly interesting because I wrote our own widget in
xap/components/dojo others can look at as a reference. I need to move the line:
dojo.widget.manager.registerWidgetPackage("xap.components.dojo");
to some other location.
I am trying to work through some complex components and layouts to ascertain
problems, for example the dojo button does not work well at all if you start
changing the size on the fly or anything fancy like that. I've also been
refactoring so that the individual bridge classes are pretty small and
understandable.
I am working to finish up the first revisions of these components as well as a
vertical and horizontal box layout.
James