Widgets
Samples
Forum
Support
Documentation
/
Suite 7.0
destructor
disableSelection
edit
editItem
enableSelection
getFocus
getFocusIndex
getFocusItem
paint
setFocus
setFocusIndex
Start
List
List API
Methods
getFocus
returns the id of an item in focus
string|number
getFocus
();
Returns
string|number
the id of an item in focus
Example
list.
getFocus
(
)
;
// -> "item_id"
See also
Articles
Work with List
Change log
added in v6.3
Back to top