A band box. A bank box consists of an input box (
Textbox and
a popup window
Bandpopup .
It is similar to
Combobox except the popup window could have
any kind of children. For example, you could place a textbox in
the popup to let user search particular items.
Events: onOpen
Developers can listen to the onOpen event and initializes it
when
org.zkoss.zk.ui.event.OpenEvent.isOpen is true, and/or
clean up if false.
Note: to have better performance, onOpen is sent only if
a non-deferrable event listener is registered
(see
org.zkoss.zk.ui.event.Deferrable ).
author: tomyeh
Sets the image URI that is displayed as the button to open
Bandpopup .
Parameters: img - the image URI. If null or empty, it is reset tothe default value: "~./zul/img/bandbtn.gif".