0

Dropdown multiselect with checkbox

asked 2010-04-26 03:13:19 +0800

victorskl gravatar image victorskl
43 3

Hi all, I'm new to ZK, and downloaded and trying to use in one of my project. So far, so good.

But somehow, I would like to have the following kind of widget, which multiselect with checkbox on dropdown list.

http://lab.arc90.com/2007/11/28/jquery-multiselect/
http://abeautifulsite.net/2008/04/jquery-multiselect/

I know that there are two possible ways to implement such feature:
- implement as in xul/zul component
- directly integrate as javascript..

But as newbie, I'm lack in knowledge to kick-start the implementation/integration in both ways.. Or any better way to get it work!
Any helps and pointers would be appreciate..

Thanks in advance..

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2010-05-04 05:00:45 +0800

victorskl gravatar image victorskl
43 3

Alternatively, I can get what I want by working other way round. Just wrapping bandbox and listbox. Here is sample zul.

<bandbox>
	<bandpopup>
		<listbox multiple="true" checkmark="true" fixedLayout="true">
			<listhead>
				<listheader label="g1"></listheader>
			</listhead>
			<listitem label="1"></listitem>
			<listitem label="11"></listitem>
			<listitem label="111"></listitem>
		</listbox>
		<listbox multiple="true" checkmark="true" fixedLayout="true">
			<listhead>
				<listheader label="g2"></listheader>
			</listhead>
			<listitem label="2"></listitem>
			<listitem label="22"></listitem>
			<listitem label="222"></listitem>
		</listbox>
	</bandpopup>
</bandbox>

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2010-04-26 03:13:19 +0800

Seen: 951 times

Last updated: May 04 '10

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More