示例#1
0
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     WPCollaborationBase.__init__(self)
     self.authKey = authKey
示例#2
0
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + WPCollaborationBase.getJSFiles(self)
示例#3
0
文件: pages.py 项目: vstitches/indico
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     self.authKey = authKey
示例#4
0
文件: pages.py 项目: vstitches/indico
 def getCSSFiles(self):
     return WPSimpleEventDisplay.getCSSFiles(self) + \
                ['Collaboration/Style.css']
示例#5
0
文件: pages.py 项目: jbenito3/indico
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + self._includeJSPackage("Display") + self._plugin_asset_env['collaboration'].urls()
示例#6
0
文件: pages.py 项目: vstitches/indico
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + self._includeJSPackage("Display") + self._includeJSPackage('Collaboration')
示例#7
0
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + self._includeJSPackage(
         "Display") + self._includeJSPackage('Collaboration')
示例#8
0
 def getCSSFiles(self):
     return WPSimpleEventDisplay.getCSSFiles(self) + \
                ['Collaboration/Style.css']
示例#9
0
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     self.authKey = authKey
示例#10
0
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + WPCollaborationBase.getJSFiles(self)
示例#11
0
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     WPCollaborationBase.__init__(self)
     self.authKey = authKey