Exemplo n.º 1
0
 def dropdown_element(self, text, choices):
     Form.radio_element(self, text, choices)
     self.multiline_check() 
Exemplo n.º 2
0
 def yesno_element(self, text):
     Form.radio_element(self, text, ['Yes','No']) 
     self.multiline_check() 
Exemplo n.º 3
0
 def truefalse_element(self, text):
     Form.radio_element(self, text, ['True','False']) 
     self.multiline_check() 
Exemplo n.º 4
0
 def dropdown_element(self, text, choices):
     Form.radio_element(self, text, choices)
Exemplo n.º 5
0
 def yesno_element(self, text):
     Form.radio_element(self, text, ['Yes','No']) 
Exemplo n.º 6
0
 def truefalse_element(self, text):
     Form.radio_element(self, text, ['True','False'])