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

XMLWordPrintable

    • Type: New Feature
    • Resolution: Done
    • Priority: Normal
    • 7.0.0, 6.5.5
    • Affects Version/s: None
    • Component/s: Components
    • None
    • 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>
      

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

              Created:
              Updated:
              Resolved: