Checkbox inside the Dropdown

2008-05-20 Thread nanotech

Hi,

Does wicket have a component that gives the ability to nest the various
choices with checkboxes as dropdown options.  

I want to be able to put checkboxes in the dropdown along with other text
from compnent's model and user should be able to make selections by checking
one or multiple check boxes. Its kind of putting the ListView with
Checkboxes inside the dropdown.

An example demo is here http://easylistbox.com/demoMultiDropDown.aspx

Can some one give me a pointer?

Thanks, 
-- 
View this message in context: 
http://www.nabble.com/Checkbox-inside-the-Dropdown-tp17350248p17350248.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Checkbox inside the Dropdown

2008-05-20 Thread Igor Vaynberg
no, wicket does not have a component like this out of the box, but you
can easily create one yourself by wrapping the javascript on the
example page.

there are plenty of javascript driven components you can use as
examples in wicket-stuff

-igor

On Tue, May 20, 2008 at 1:35 PM, nanotech [EMAIL PROTECTED] wrote:

 Hi,

 Does wicket have a component that gives the ability to nest the various
 choices with checkboxes as dropdown options.

 I want to be able to put checkboxes in the dropdown along with other text
 from compnent's model and user should be able to make selections by checking
 one or multiple check boxes. Its kind of putting the ListView with
 Checkboxes inside the dropdown.

 An example demo is here http://easylistbox.com/demoMultiDropDown.aspx

 Can some one give me a pointer?

 Thanks,
 --
 View this message in context: 
 http://www.nabble.com/Checkbox-inside-the-Dropdown-tp17350248p17350248.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Checkbox inside the Dropdown

2008-05-20 Thread nanotech

Which examples you are talking about here..can you please elaborate? 


igor.vaynberg wrote:
 
 no, wicket does not have a component like this out of the box, but you
 can easily create one yourself by wrapping the javascript on the
 example page.
 
 there are plenty of javascript driven components you can use as
 examples in wicket-stuff
 
 -igor
 
 On Tue, May 20, 2008 at 1:35 PM, nanotech [EMAIL PROTECTED] wrote:

 Hi,

 Does wicket have a component that gives the ability to nest the various
 choices with checkboxes as dropdown options.

 I want to be able to put checkboxes in the dropdown along with other text
 from compnent's model and user should be able to make selections by
 checking
 one or multiple check boxes. Its kind of putting the ListView with
 Checkboxes inside the dropdown.

 An example demo is here http://easylistbox.com/demoMultiDropDown.aspx

 Can some one give me a pointer?

 Thanks,
 --
 View this message in context:
 http://www.nabble.com/Checkbox-inside-the-Dropdown-tp17350248p17350248.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Checkbox-inside-the-Dropdown-tp17350248p17352290.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Checkbox inside the Dropdown

2008-05-20 Thread nanotech

Can you please give me a starting point...for implementing this?


nanotech wrote:
 
 Which examples you are talking about here..can you please elaborate? 
 
 
 igor.vaynberg wrote:
 
 no, wicket does not have a component like this out of the box, but you
 can easily create one yourself by wrapping the javascript on the
 example page.
 
 there are plenty of javascript driven components you can use as
 examples in wicket-stuff
 
 -igor
 
 On Tue, May 20, 2008 at 1:35 PM, nanotech [EMAIL PROTECTED]
 wrote:

 Hi,

 Does wicket have a component that gives the ability to nest the various
 choices with checkboxes as dropdown options.

 I want to be able to put checkboxes in the dropdown along with other
 text
 from compnent's model and user should be able to make selections by
 checking
 one or multiple check boxes. Its kind of putting the ListView with
 Checkboxes inside the dropdown.

 An example demo is here http://easylistbox.com/demoMultiDropDown.aspx

 Can some one give me a pointer?

 Thanks,
 --
 View this message in context:
 http://www.nabble.com/Checkbox-inside-the-Dropdown-tp17350248p17350248.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Checkbox-inside-the-Dropdown-tp17350248p17352552.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Checkbox inside the Dropdown

2008-05-20 Thread Igor Vaynberg
there are a lot of examples there that integrate with 3rd party
javascript libraries, take a look at wicket-jquery,
wicket-scriptaculous, wicket-dojo, wicket-tinymce, wicket-gmap,
wicket-gmap2, wicket-client-events, etc, etc

-igor


On Tue, May 20, 2008 at 3:24 PM, nanotech [EMAIL PROTECTED] wrote:

 Which examples you are talking about here..can you please elaborate?


 igor.vaynberg wrote:

 no, wicket does not have a component like this out of the box, but you
 can easily create one yourself by wrapping the javascript on the
 example page.

 there are plenty of javascript driven components you can use as
 examples in wicket-stuff

 -igor

 On Tue, May 20, 2008 at 1:35 PM, nanotech [EMAIL PROTECTED] wrote:

 Hi,

 Does wicket have a component that gives the ability to nest the various
 choices with checkboxes as dropdown options.

 I want to be able to put checkboxes in the dropdown along with other text
 from compnent's model and user should be able to make selections by
 checking
 one or multiple check boxes. Its kind of putting the ListView with
 Checkboxes inside the dropdown.

 An example demo is here http://easylistbox.com/demoMultiDropDown.aspx

 Can some one give me a pointer?

 Thanks,
 --
 View this message in context:
 http://www.nabble.com/Checkbox-inside-the-Dropdown-tp17350248p17350248.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 --
 View this message in context: 
 http://www.nabble.com/Checkbox-inside-the-Dropdown-tp17350248p17352290.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]