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