Exemplo n.º 1
0
 def integer_element(self, question):
     Form.text_element(self, question, .5)
     self.multiline_check() 
Exemplo n.º 2
0
 def descriptive_element(self, text):
     Form.text_element(self, text, 0)
     self.multiline_check() 
Exemplo n.º 3
0
 def sql_element(self, text):
     Form.text_element(self, text, 2)
     self.multiline_check() 
Exemplo n.º 4
0
 def number_element(self, question):
     Form.text_element(self, question, 1)
     self.multiline_check() 
Exemplo n.º 5
0
 def text_element(self, question):
     Form.text_element(self, question, 2)
     self.multiline_check() 
Exemplo n.º 6
0
 def text_element(self, question):
     Form.text_element(self, question, 2)
Exemplo n.º 7
0
 def number_element(self, question):
     Form.text_element(self, question, 1)
Exemplo n.º 8
0
 def integer_element(self, question):
     Form.text_element(self, question, .5)
Exemplo n.º 9
0
 def sql_element(self, text):
     Form.text_element(self, text, 2)
Exemplo n.º 10
0
 def descriptive_element(self, text):
     Form.text_element(self, text, 0)