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

checkmarkDeselectOthers property doesn't work for touch device

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Normal Normal
    • None
    • 6.5.1
    • Components
    • Security Level: Jimmy
    • None

      http://books.zkoss.org/wiki/ZK_Component_Reference/Data/Listbox#Deselect_Others_when_Clicking_an_Item_with_Checkmark

      <library-property>
          <name>org.zkoss.zul.listbox.checkmarkDeselectOthers</name>
          <value>true</value>
      </library-property>
      
      <zk>
      	
      		<listbox id="lb" width="150px" 
      			multiple="true" checkmark="true">
      			
      			<listitem forEach="1,2,3,4,5" label="item ${each}" />
      		</listbox>
      </zk>
      

            Jenkins Jenkins
            jimmyshiau jimmyshiau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: