Searchbox

From Documentation
Revision as of 08:24, 23 September 2019 by Rudyhuang (talk | contribs) (Searchbox init)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!

Searchbox

  • Demonstration:
  • Java API: Searchbox
  • JavaScript API: Searchbox
  • Style Guide:
    • Available for ZK:
    • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png

    Employment/Purpose

    A searchbox.

    Example

     <searchbox model="" />
    

    Mouseless Entry Searchbox

    • UP or DOWN to pop up the list.
    • ESC to close the list.
    • UP, DOWN, HOME, END, PAGE UP and PAGE DOWN to change the selection of the items from the list.
    • ENTER to confirm the change of selection.

    Properties

    autoclose

    disabled

    itemConverter

    itemRenderer

    model

    multiple

    open

    placeholder

    searchMessage

    selectedItem

    selectedItems

    The onOpen Event

    The onSearching Event

    The onSelect Event

    Inherited Functions

    Supported Events

    Name
    Event Type
    onSelect
    Event: SelectEvent

    Represents an event caused by user's the list selection is changed at the client.

    onOpen
    Event: OpenEvent

    Denotes that the user has opened or closed a component. Note: unlike onClose, this event is only a notification. The client sends this event after opening or closing the component.

    onSearching
    Event: Event

    Notifies one that the user is searching by keywords.

    Supported Molds

    none

    Supported Children

    none

    Use Cases

    Version Description Example Location
         

    Version History

    Last Update : 2019/09/23


    Version Date Content
    9.0.0 September 2019 ZK-4380: Provide a Searchbox component



    Last Update : 2019/09/23

    Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.