def onAttach(self):
     if not self.attached:
         SimplePanel.onAttach(self)
         if self.loaded and not self.widgetsAttached:
             self.attachWidgets()
             self.widgetsAttached = True
Example #2
0
 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)