displayHelp()
Description
If this function is defined, a question mark (?) icon appears in the upper-right corner of the Property inspector. This function is called when the user clicks the icon.
Arguments
None.
Returns
Adobe Dreamweaver expects nothing.
Example
The following example of the displayHelp() function opens a file in a browser window. The file explains the fields of the Property inspector.
function displayHelp(){ dw.browseDocument('http://www.hooha.com/dw/inspectors/inspHelp.html');}