Exemple #1
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList() + t.ALIGNMENT + t.WIDTH + t.HEIGHT + t.URL + t.INLINE
Exemple #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
Exemple #3
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList() + t.HEIGHT + t.COLOR
Exemple #4
0
 def getAttributeList(cls):
     return MarkupTag.getAttributeList()
Exemple #5
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return (MarkupTag.getAttributeList() + t.URL + t.START + t.STOP + t.THUMB + t.ASPECT_RATIO)
Exemple #6
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList() + t.URL + t.AUTO_PLAY + t.COLOR + t.ASPECT_RATIO
Exemple #7
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList() + t.SYMBOL + t.COLOR
Exemple #8
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList()
Exemple #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
Exemple #10
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupTag.getAttributeList() + t.LINE_WIDTH + t.WIDTH + t.LINE_TYPE + t.TYPE + \
            t.COLOR + t.SPACING