def onAttach(self):
     if not self.attached:
         SimplePanel.onAttach(self)
         if self.loaded and not self.widgetsAttached:
             self.attachWidgets()
             self.widgetsAttached = True
示例#2
0
文件: FormPanel.py 项目: Afey/pyjs
 def onAttach(self):
     SimplePanel.onAttach(self)
     self.hookEvents(self.iframe, self.getElement(), self)
 def onAttach(self):
     SimplePanel.onAttach(self)
     self.hookEvents(self.iframe, self.getElement(), self)