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

Accordion tabbox disabled issue

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.11
    • 5.0.10, 6.0.0
    • Components
    • Security Level: Jimmy

      Accordion Tab become hidden when set disabled attribute from true to false.

      tabbox.zul
      <zk>
      	<tabbox id="tabbox" mold="accordion" width="500px">
      		<tabs>
      			<tab id="tab1" label="Tab1" disabled="false" />
      			<tab id="tab2" label="Tab2" disabled="true" />
      		</tabs>
      		<tabpanels>
      			<tabpanel>
      				<button label="SelectTab2" width="100px" height="30px">
      					<attribute name="onClick"><![CDATA[
      						tab2.setDisabled(false);
      						tabbox.setSelectedTab(tab2);
      					]]></attribute>
      				</button>
      			</tabpanel>
      			<tabpanel>
      				tab panel 2
      			</tabpanel>
      		</tabpanels>
      	</tabbox>
      </zk>
      

            benbai benbai
            vincentjian vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: