using tw.dynforms I have a defintion of the form
GrowingTableFieldSet('subtitles',
children = [
SingleSelectField('language' ),
I can't manage to insert options to this selection list..
my problem is very similar to what is described in this thread
http://groups.google.com/group/toscawidgets-discuss/browse_thread/thread/2c6442a4bcf94771/7ac6eaf427bf0bc1
but still to no success
the tutorial I found hardcodes the options like this
GrowingTableFieldSet('subtitles',
children = [
SingleSelectField('language', options=[('fr',
u'French, Français'),
('ru',
u'Russian, Pyccĸий'),
('it',
u'Italian, Italiano')]),
this works nicely, but of course I'd like this option list to be
dynamic
any help will be very much appreciated, (I posted on the toscawidget
ml, but there is not much activity)
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.