Ejemplo n.º 1
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList() + t.ALIGNMENT + t.WIDTH + t.HEIGHT + t.URL + t.INLINE
Ejemplo n.º 2
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList() + t.URL + t.AUTO_PLAY + t.START + t.TIME \
            + t.ASPECT_RATIO + t.CODE + t.SIZE
Ejemplo n.º 3
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList() + t.HEIGHT + t.COLOR
Ejemplo n.º 4
0
 def getAttributeList(cls):
     return MarkupTag.getAttributeList()
Ejemplo n.º 5
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return (MarkupTag.getAttributeList() + t.URL + t.START + t.STOP + t.THUMB + t.ASPECT_RATIO)
Ejemplo n.º 6
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList() + t.URL + t.AUTO_PLAY + t.COLOR + t.ASPECT_RATIO
Ejemplo n.º 7
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList() + t.SYMBOL + t.COLOR
Ejemplo n.º 8
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList()
Ejemplo n.º 9
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList() + t.SEARCH + t.HEIGHT + t.COUNT + t.START + t.STOP + \
            t.IGNORE + t.TITLE + t.SUBTITLE + t.COUNT + t.SCROLL + t.TIME + t.LOOP
Ejemplo n.º 10
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList() + t.LINE_WIDTH + t.WIDTH + t.LINE_TYPE + t.TYPE + \
            t.COLOR + t.SPACING