Exemplo n.º 1
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return (
         MarkupBlockTag.getAttributeList()
         + t.COLOR
         + t.ALIGNMENT
         + t.PADDING
         + t.COLOR
         + t.REACH
         + t.SCALE
         + t.BORDER
     )
Exemplo n.º 2
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.COLOR
Exemplo n.º 3
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.MAX_WIDE + t.COLOR + t.SIZE + t.ALIGNMENT + \
            t.SCALE + t.GUTTER
Exemplo n.º 4
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.TYPE + t.MINIFY + t.MINIMIZE + t.SHRINK
Exemplo n.º 5
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.NAME+ t.COLOR + ColorTag._COLOR_PROPS
Exemplo n.º 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
Exemplo n.º 7
0
 def getAttributeList(cls):
     TAE = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + TAE.LEVEL + TAE.TEXT_SECTION + TAE.SECTION \
         + TAE.PATH + TAE.TEXT_PATH + TAE.COLOR
Exemplo n.º 8
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.TO + t.WINDOW_TARGET + t.COLOR + t.URL + \
            t.AJAX + t.SCALE
Exemplo n.º 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
Exemplo n.º 10
0
 def getAttributeList(cls):
     t = TagAttributesEnum
     return MarkupBlockTag.getAttributeList() + t.TITLE + t.STRIP + t.TAB_SIZE + t.COLOR