> > However I wonder if is not useful to control every parameter of a > widget... I hope see this kind of feature in the next release of AT :) > Maybe a feature request for dexterity--the new and much improved content type api. I doubt Archetypes will change much in the future; although, it would be very simple to introduce this functionality.
On Tue, Jan 27, 2009 at 10:09 AM, SimO <[email protected]> wrote: > Nathan Van Gheem wrote: > > You could create your own new widget template and specify it in the > widget > > instance of the object. That way you won't modify the original template. > > After you create the widget template, you do something like this, > > > > StringField('something', > > widget = StringWidget( > > macro="mytemplateforthiswidget" > > ) > > ) > > > > Again, pretty sure that works but untested. > > I think you're right according to this how-to: > > http://plone.org/documentation/tutorial/customizing-at-view-templates/customizing-widgets > > However I wonder if is not useful to control every parameter of a > widget... I hope see this kind of feature in the next release of AT :) > > BTW thanks to everybody! >
_______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
