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

Tab caption does not render correctly

XMLWordPrintable

      Tab treats the caption component and its contents as text. The attached code works fine with ZK 6.5.3

       
      <tabbox vflex="true">
              <tabs>
                  <tab>
                    <caption>
      	          <html><![CDATA[ <span style="color: blue;">R&sup2;</span> ]]></html>
                    </caption>
                </tab>
              </tabs>
              <tabpanels>
                  <tabpanel>Tabpanel Content 1</tabpanel>
              </tabpanels>
      </tabbox>
      

            danchen0720 danchen0720
            benji benji
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: