Exemplo n.º 1
0
 def __init__(self, form, label):
     Widget.__init__(self, form, label)
     self.set_choices(['Choice 1','Choice 2','Choice 3'])
Exemplo n.º 2
0
 def copy_to(self, widget):
     Widget.copy_to(self, widget)
     widget.choices = self.choices
Exemplo n.º 3
0
 def __init__(self, form, label):
     Widget.__init__(self, form, label)