Пример #1
0
 def __init__(self):
     Component.__init__(self)
     self.view_url = None
     self.type = "IMAGE"
     self.alignment = "LEFT"
Пример #2
0
 def __init__(self):
     Component.__init__(self)
     self.type = None
     self.alignment = None
     self.page_url = None
     self.title = None
Пример #3
0
 def __init__(self):
     Component.__init__(self)
     self.snippet = None
     self.type = None
     self.image = None
     self.alignment = "LEFT"