Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-3775

align="end" attribute of "tags element doesn't works

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 8.0.3
    • Components
    • None

      Tabs "end" alignment renders the same form as "start". So "end" aligment doesn't works at all. To reproduce:

      <?xml version="1.0"?>
      <zk>
          <tabbox width="300px" id="tbx">
              <tabs align="end">
                  <tab label="Step 1" id="tb1" />
                  <tab label="Step 2" id="tb2" />
                  <tab label="Step 3" id="tb3" />
              </tabs>
              <tabpanels>
                  <tabpanel>
                      Panel 1
                  </tabpanel>
                  <tabpanel>
                      Panel 2
                  </tabpanel>
                  <tabpanel>This is panel 3</tabpanel>
              </tabpanels>
          </tabbox>
      </zk>
      

            Unassigned Unassigned
            szarza szarza
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: