Navigator.Discuss

Syntax

Discuss: function (sender, args)

Parameters

sender. Event source.

args. Event information.

Description

The Discuss event occurs when the user selects one of the items in the drop-down menu that appears on clicking the Share tool ribbon button.

Example

To execute the example, the HTML page must contain Navigator component named nav (see Example of Creating the Navigator Component). Add a handler for the Discuss event:

nav.Discuss.add(function () { alert("Share") });

 

After executing the example clicking OK button in the password change dialog box displays Share to the screen.

See also:

Navigator