コード例 #1
0
ファイル: blogactions.py プロジェクト: Tidosho/zoundryraven
 def runAction(self, actionContext):
     blog = actionContext.getBlog()
     templateManager = ZShowTemplateManager()
     doTemplateDownload(templateManager, blog)
コード例 #2
0
ファイル: templateactions.py プロジェクト: mpm2050/Raven
 def runAction(self, actionContext):
     doTemplateDownload(actionContext.getParentWindow())
コード例 #3
0
 def runAction(self, actionContext):
     doTemplateDownload(actionContext.getParentWindow())
コード例 #4
0
ファイル: blogactions.py プロジェクト: mpm2050/Raven
 def runAction(self, actionContext):
     blog = actionContext.getBlog()
     templateManager = ZShowTemplateManager()
     doTemplateDownload(templateManager, blog)