示例#1
0
 def testTextArea(self):
     c = FieldProperty(S.String)
     c.sprox_meta = {"narrative": True}
     self._testSelect(c, TextArea)
示例#2
0
 def testTextArea(self):
     c = FieldProperty(S.String)
     c.sprox_meta = {"narrative": True}
     self._testSelect(c, TextArea)
示例#3
0
 def testPasswordField(self):
     c = FieldProperty(S.String)
     c.sprox_meta = {"password": True}
     self._testSelect(c, PasswordField)
示例#4
0
 def testPasswordField(self):
     c = FieldProperty(S.String)
     c.sprox_meta = {"password": True}
     self._testSelect(c, PasswordField)