Moves the value at index to the specified position.
Syntax
list.move(index, newIndex);
Parameters
- index
-
Type: Number
The original index of the value.
- newIndex
-
Type: Number
The index of the value after the move.
Return value
This method does not return a value.
Requirements
|
Namespace |
WinJS.Binding |
|---|---|
|
Library |
|
See also
Build date: 12/5/2012