Hey David, 2009/5/13 David Galicia <[email protected]>: > > Can Wt consider adding a fill widget for Ext::ToolBar that would push > elements to the right of it? The widget will basically be like > Ext::ToolBarSeparator except with createJS() like this: > > virtual std::string createJS(Wt::DomElement *inContainer) > { > return elVar() + "=new Ext.Toolbar.Fill();"; // magic here > } > > This may be the lamest widget ever proposed -- it litterally adds "nothing"; > but its good for organizing.
That's a fair suggestion. I've implemented this as ToolBar::addStretch() in the latest git. Regards, koen ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
