Kevin Dangoor wrote: > The widget browser is with us again. There is a new WidgetDescription > class which can be used to customize how a widget is displayed. This > new setup allows for much more complex samples (and the widget browser > itself will be able to show more and better information). > > You'll see, for example, that the AutoCompleteField now has a sample. > That's because the WidgetDescriptions act both as widgets and > controllers... you can expose methods on them. > > That's all I have time to write at the moment, but check it out in > widgets.base, widgets.forms and widgets.big_widgets. (Note that not > all of the widgets have WidgetDescriptions yet.) >
Wow, very cool and helpful. It would be nice to click on a detail link (or whatever) to show the source code used for the sample (for example for the AutoCompleteField, how the search method works). Great work. Ciao Michele

