durusmail: quixote-users: Question regarding separation of delim.
Question regarding separation of delim.
2002-03-21
2002-03-22
Question regarding separation of delim.
Titus Brown
2002-03-21
Hi,

I just noticed in RadiobuttonsWidget that 'delim' must be specified
at the time of creation, rather than at the time of rendering.  Would
it be possible to provide it and/or override it in render() as a kw
argument?

This comes up because I'm building a reusable library of question types
for a conference submission system, and the creation/loading of objects
is very separate from the rendering.  It seems to make sense to have
arguments that affect rendering associated with the render function,
although I can understand why you'd want them at creation too.

And yes, I'll just put in a change to self.delim in the appropriate place
in my code for now ;).

cheers,
--titus


reply