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