Exemplo n.º 1
0
 def dispatch(self, type, detail):
     if type == WE_COMMAND and detail == WC_RETURN:
         print '*** SUBMIT ***'
     else:
         Form.dispatch(self, type, detail)
Exemplo n.º 2
0
    def dispatch(self, type, detail):
	if type == WE_COMMAND and detail == WC_RETURN:
	    print '*** SUBMIT ***'
	else:
	    Form.dispatch(self, type, detail)