Uiinfrastructure API Docs  
 

LeftNavMenu.AddJavaScriptValidationToLink Method 

To set a JavaScript to be called when the user tries to go to a particular Display Page.

public virtual void AddJavaScriptValidationToLink(
   string _sDPName,
   string _sJSName
);

Parameters

_sDPName
Name of the Display Page to modify
_sJSName
Name of the JavaScript function

See Also

LeftNavMenu Class | com.plumtree.uiinfrastructure.editor Namespace