Version 3, changed by bill@dojotoolkit.org 06/05/2006. Show version history
Goals
Many widgets can't be instantiated programmatically because addChild() doesn't work. They do certain operations in postCreate() for the initial children that aren't repeated for in addChild() dynamically added children.
Status: Ready to implement
Note: "joose" is doing a lot of programmatic stuff w/widgets and may donate some test cases.
Goals
Chris Perdue volunteered to draw up naming suggestion but haven't heard anything back from him.
This is for applications like the Mail demo, that size everything to fit the screen much like a swing application. Based on Cal's Pane objects and Bill's extensions of them.
<div dojoType="Editor" style="width: 123px">
dojo.widget.createWidget("Editor", '{title: "...", style: {width: '500px', height: '300px'} });
This one is from my list but I think a number of people have asked for it.
Strategy:
Currently Editor and SortedTable can't set size (Tom didn't want SortedTable to be modified to support presentational features so we may have to make a new class that does it?)
Lazy loading grid to connect to data binding stuff. Something like LiveGrid. Brian Skinner is in charge of this project.