Widgets
Samples
Forum
Support
Documentation
/
Suite 7.0
destructor
disableSelection
edit
editItem
enableSelection
getFocus
getFocusIndex
getFocusItem
paint
setFocus
setFocusIndex
Start
List
List API
Methods
editItem
enables editing of an item
void
editItem
(
string|number
id
);
Parameters
id
string|number
the id of an item
Example
list.
editItem
(
"1"
)
;
Related samples
List. Edit Items
See also
API
editable
Articles
Work with List
Change log
added in v6.4
Back to top