示例#1
0
文件: cwilib.py 项目: 8Banana/py1.0
 def dispatch(self, type, detail):
     if type == WE_COMMAND and detail == WC_RETURN:
         print '*** SUBMIT ***'
     else:
         Form.dispatch(self, type, detail)
示例#2
0
    def dispatch(self, type, detail):
	if type == WE_COMMAND and detail == WC_RETURN:
	    print '*** SUBMIT ***'
	else:
	    Form.dispatch(self, type, detail)