JavaScript
listObj._deselectAll Method
Syntax
listObj._deselectAll()
Description
Unselects all rows in the List control.
Example
var listObj = {dialog.object}.getControl('list1');
if (listObj) {
listObj._deselectAll();
}See Also
Syntax
Description
Unselects all rows in the List control.
Example
var listObj = {dialog.object}.getControl('list1');
if (listObj) {
listObj._deselectAll();
}See Also