예제 #1
0
 def openPopup(self, url, width=700, height=700, normal=False, windowTitle="_blank", options=None):
     return ClientSide.openPopup(url, width, height, normal, windowTitle, options)
예제 #2
0
 def javascriptPopUp(self):
     """
         Returns the javascript responsible for opening up the link in a new window
     """
     return "return " + ClientSide.openPopup(height=self.height, width=self.width, normal=self.normal,
                                             separateWindow=self.separateWindow, windowTitle=self.windowTitle)