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