예제 #1
0
파일: ExtPG.py 프로젝트: VGisHere/DotEditor
 def ValidateValue(self, value, validationInfo):
     """ Let's limit the value NOT inclue double-quote.
     """
     
     if type(DEUtils.escape_dot_string(value)) == str:
         return True
     else:
         return False
예제 #2
0
 def ValidateValue(self, value, validationInfo):
     """ Let's limit the value NOT inclue double-quote.
     """
     return True, DEUtils.escape_dot_string(value)
예제 #3
0
 def ValidateValue(self, value, validationInfo):
     """ Let's limit the value NOT inclue double-quote.
     """
     return True, DEUtils.escape_dot_string(value)