51
Name
Parameters
Description
onLostFocus(e?)
e? (EventArgs)
Raises the lostFocus event.
(inherited from Control).
onSelectedIndexChanged
(e?)
e? (EventArgs)
Raises the selectedIndexChanged event.
refresh()
Refreshes the list.
S refreshAll(e?)
e? (HTMLElement): Container element. If set to null,
all Wijmo controls on the page will be invalidated.
Refreshes all Wijmo controls contained in an
HTML element.
This method is similar to invalidateAll,
,
except the controls are updated immediately
rather than after an interval.
(inherited from Control).
.
removeEventListener
(target?, type?,
capture?): number
target? (EventTarget): Target element for the event.
If null, removes listeners attached to all targets.
type? (string): String that specifies the event. If null,
removes listeners attached to all events.
capture? (boolean): Whether the listener is capturing.
If null, removes capturing and non-capturing listeners.
Removes one or more event listeners attached
to elements owned by this Control.
Returns The number of listeners removed.
(inherited from Control).
setItemChecked(index,
checked)
index (number): Item index.
checked (boolean): Item's new checked state.
Sets the checked state of an item on the list.
This method is applicable only on multi-select
listboxes (see
the checkedMemberPath property).
showSelection()
Highlights the selected item and scrolls it into
view.
toggleItemChecked(index) index (number): Item index.
Toggles the checked state of an item on the
list. This method is applicable only to multi-