Re: Form widgets usable outside context of a Publisher?
David Binger <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
On Aug 15, 2005, at 1:49 PM, [email protected] wrote: > > x = StringWidget('name', size=20) This is a little off track, but perhaps I should mention that the MEMS Exchange sites never create an instance of a widget by calling the constructor directly like this. It is always done using the add() method of a Form, or of a CompositeWidget.