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

Listbox component support selectAll/unSelectAll event when check/uncheck on select all checkbox

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 7.0.0, 6.5.5
    • None
    • Components
    • None

      <zk>
      	<listbox multiple="true" checkmark="true" width="150px">
      		<attribute name="onSelectAll">
      			System.out.println(event.isSelectAll());
      		</attribute>
      		<listhead>
      			<listheader label="col" />
      		</listhead>
      		<listitem forEach="1,2,3,4,5" label="Item"/>
      	</listbox>
      </zk>
      

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

              Created:
              Updated:
              Resolved: