Beispiel #1
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return (
         MarkupBlockTag.getAttributeList()
         + t.COLOR
         + t.ALIGNMENT
         + t.PADDING
         + t.COLOR
         + t.REACH
         + t.SCALE
         + t.BORDER
     )
Beispiel #2
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.COLOR
Beispiel #3
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.MAX_WIDE + t.COLOR + t.SIZE + t.ALIGNMENT + \
            t.SCALE + t.GUTTER
Beispiel #4
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.TYPE + t.MINIFY + t.MINIMIZE + t.SHRINK
Beispiel #5
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.NAME+ t.COLOR + ColorTag._COLOR_PROPS
Beispiel #6
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.COLOR + t.TYPE + t.START + t.INDEX + t.SPACING + \
            t.LINE_SPACING + t.SCALE
Beispiel #7
0
 def getAttributeList(cls):
     TAE = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + TAE.LEVEL + TAE.TEXT_SECTION + TAE.SECTION \
         + TAE.PATH + TAE.TEXT_PATH + TAE.COLOR
Beispiel #8
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.TO + t.WINDOW_TARGET + t.COLOR + t.URL + \
            t.AJAX + t.SCALE
Beispiel #9
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.NAME + t.COLOR + t.SIZE + t.FONT + t.SPACING + \
            t.LINE_SPACING + t.LETTER_SPACING + t.WORD_SPACING + t.BOLD + t.ITALIC + \
            t.ALIGNMENT + t.SCALE + t.TEXT + t.TEXT_PATH + t.TEXT_SECTION + t.SECTION \
            + t.PATH
Beispiel #10
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.TITLE + t.STRIP + t.TAB_SIZE + t.COLOR