Example #1
0
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     WPCollaborationBase.__init__(self)
     self.authKey = authKey
Example #2
0
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + WPCollaborationBase.getJSFiles(self)
Example #3
0
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     self.authKey = authKey
Example #4
0
 def getCSSFiles(self):
     return WPSimpleEventDisplay.getCSSFiles(self) + \
                ['Collaboration/Style.css']
Example #5
0
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + self._includeJSPackage("Display") + self._plugin_asset_env['collaboration'].urls()
Example #6
0
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + self._includeJSPackage("Display") + self._includeJSPackage('Collaboration')
Example #7
0
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + self._includeJSPackage(
         "Display") + self._includeJSPackage('Collaboration')
Example #8
0
 def getCSSFiles(self):
     return WPSimpleEventDisplay.getCSSFiles(self) + \
                ['Collaboration/Style.css']
Example #9
0
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     self.authKey = authKey
Example #10
0
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + WPCollaborationBase.getJSFiles(self)
Example #11
0
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     WPCollaborationBase.__init__(self)
     self.authKey = authKey