0

Combo Box

asked 2005-12-02 15:10:58 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3455885

By: nobody

I think a combobox would be a good ZK widget component, similar to the one used by browser address bars, where one can type and also have a drop-down menu to choose from. Ajax can be really handy here and things like google suggest
(http://www.google.com/webhp?complete=1&hl=en) would just be a tag away!

delete flag offensive retag edit

8 Replies

Sort by ยป oldest newest

answered 2005-12-02 18:18:17 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3456402

By: nobody

Agree. Would you put it into Feature Requests? Thanks.

link publish delete flag offensive edit

answered 2005-12-03 01:53:28 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3456849

By: nobody

Done

link publish delete flag offensive edit

answered 2005-12-19 17:35:45 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3483548

By: nobody

The combo box implementation in ZK does not filter the list by the text already entered. Frameworks like Echo and Swing does this. For example, if the textbox has the text "Coo" and the item list has:

Cool
Thumbs up
Simple and Rich

Only the first item should be visible after typing "Coo" in the text box. Also, the drop down image does not align properly in Firefox.

link publish delete flag offensive edit

answered 2005-12-20 00:46:11 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3484818

By: nobody

Be patient. As noticed, it is only draft. The autocomplete and autodrop are not implemented yet.

link publish delete flag offensive edit

answered 2005-12-28 18:15:11 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3496040

By: nobody

The latest ZK nightly implements combobox without filtering. Most combo boxes filter the choices as the user types, showing only choices that have prefixes already typed in the text box. See the way the addressbar works in the webbrowsers.
Is this behaviour going to be implemented in the ZK version of combo box?

link publish delete flag offensive edit

answered 2005-12-29 02:31:05 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3496521

By: tomyeh

Please put this to feature request. Thanks.

link publish delete flag offensive edit

answered 2005-12-29 04:07:30 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3496574

By: henrichen

We need combobox filtering because it would be nice for end user to glance all "related" information in a list. However, these information would mostly come from the server when doing the browsing. We can fetch all information to the client side one time then filter it at client side. Or we can "filter" it at the server side then send it to client side. Which way is better is application dependant. In the mean time, when client side filtering is not ready yet, maybe you want to use the onChanging event to "filter" the information first. This kind of method is suitable for large amount information that is impossible to be sent to the client side one time. E.g. on-line Dictionary. Plese check the userguide on how to make it.

link publish delete flag offensive edit

answered 2010-06-01 02:32:46 +0800

varunach gravatar image varunach
6

I am getting some problem on combobox.Click on combo and scroll with mouse,the drop down will start moving on the screen.

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: 2005-12-02 15:10:58 +0800

Seen: 803 times

Last updated: Jun 01 '10

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