Menu

#627 Add method to drop combobox/bandbox/datebox progammatically

3.0.1
closed
nobody
5
2007-12-10
2007-11-08
No

When I dynamically fill a Combobox like in the Live Demo, I would like to trigger the box to drop as if the user clicked the button or pressed the down arrow.
A method on the server side like e.g. dropBox() would be nice.

TIA,
Daniel

Discussion

  • Tom M. Yeh

    Tom M. Yeh - 2007-12-10
    • milestone: --> 3.0.1
    • summary: Add function to drop combobox progammatically --> Add function to drop combobox/bandbox progammatically
    • status: open --> closed
     
  • Tom M. Yeh

    Tom M. Yeh - 2007-12-10

    Logged In: YES
    user_id=91099
    Originator: NO

    Ready since 12/10
    --
    Test codes
    <zk>
    <button label="o" onClick="cb.open()"/>
    <button label="c" onClick="cb.close()"/>
    <combobox id="cb">
    <comboitem label="Simple and Rich"/>
    <comboitem label="Cool!"/>
    <comboitem label="Thumbs Up!"/>
    </combobox>
    </zk>

     
  • Tom M. Yeh

    Tom M. Yeh - 2007-12-10
    • summary: Add function to drop combobox/bandbox progammatically --> Add method to drop combobox/bandbox/datebox progammatically
     

Log in to post a comment.