JavaScript
{dialog.object}_hasDirtyLists Method
Syntax
{dialog.object}._hasDirtyLists();
Description
Returns true if any List on the UX is dirty.
Example
var hasDirtyLists = {dialog.object}._hasDirtyLists(); if (hasDirtyLists) { alert("The UX Component has one or more dirty List controls."); }
See Also