Example #1
0
 def __init__(self, window, account):
     self.account = account
     ZMenuActionContext.__init__(self, window)
Example #2
0
 def __init__(self, window, mediaStore, model):
     self.window = window
     self.mediaStore = mediaStore
     self.model = model
     ZMenuActionContext.__init__(self, window)
 def __init__(self, window, mediaStore, model):
     self.window = window
     self.mediaStore = mediaStore
     self.model = model
     ZMenuActionContext.__init__(self, window)
Example #4
0
 def __init__(self, window, url):
     self.url = url
     ZMenuActionContext.__init__(self, window)
Example #5
0
    def __init__(self, window, translation):
        self.translation = translation

        ZMenuActionContext.__init__(self, window)
Example #6
0
 def __init__(self, window, account):
     self.account = account
     ZMenuActionContext.__init__(self, window)
 def __init__(self, editor):
     self.editor = editor
     ZMenuActionContext.__init__(self, editor)
Example #8
0
 def __init__(self, window, documentIDO, blogId = None):
     self.documentIDO = documentIDO
     self.blogId = blogId
     ZMenuActionContext.__init__(self, window)
Example #9
0
 def __init__(self, window, blog):
     self.blog = blog
     ZMenuActionContext.__init__(self, window)
Example #10
0
 def __init__(self, window, documentIDO, blogId=None):
     self.documentIDO = documentIDO
     self.blogId = blogId
     ZMenuActionContext.__init__(self, window)
Example #11
0
 def __init__(self, window, url):
     self.url = url
     ZMenuActionContext.__init__(self, window)
Example #12
0
 def __init__(self, editor):
     self.editor = editor
     ZMenuActionContext.__init__(self, editor)
Example #13
0
 def __init__(self, window):
     ZMenuActionContext.__init__(self, window)
    def __init__(self, window, translation):
        self.translation = translation

        ZMenuActionContext.__init__(self, window)
Example #15
0
 def __init__(self, window):
     ZMenuActionContext.__init__(self, window)
Example #16
0
    def __init__(self, window, template):
        self.template = template

        ZMenuActionContext.__init__(self, window)
Example #17
0
 def __init__(self, window, imageUrl):
     self.imageUrl = imageUrl
     ZMenuActionContext.__init__(self, window)
Example #18
0
 def __init__(self, window, blog):
     self.blog = blog
     ZMenuActionContext.__init__(self, window)