コード例 #1
0
ファイル: pages.py プロジェクト: marksteward/indico
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     WPCollaborationBase.__init__(self)
     self.authKey = authKey
コード例 #2
0
ファイル: pages.py プロジェクト: marksteward/indico
 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