Uiinfrastructure API Docs  
 

ExpListModel.SetEnableEmptyListClientValidation Method 

Enable the JavaScript validation to ensure that the list is not empty. The String in argument will be displayed by the JavaScript alert. And the String returned is the JavaScript name that should be registered for validation in the Editor. The name returned will be prefixed with the Expandable List key to avoid conflicts.

public virtual string SetEnableEmptyListClientValidation(
   string _sEmptyListAlert
);

Parameters

_sEmptyListAlert

Return Value

String JavaScript function name

See Also

ExpListModel Class | com.plumtree.uiinfrastructure.expandablelist Namespace