예제 #1
0
 def update(self):
     grok.Viewlet.update(self)
     FormCanvas.update(self)
     self.updateForm()
예제 #2
0
 def update(self):
     # We are interested by the viewlet manager feature
     # here. should we call super ?
     # grok.ViewletManager.update(self)
     FormCanvas.update(self)
     self.updateForm()