Description | If this function is defined, a ? icon appears in the upper right corner of the property inspector. This function is called when the user clicks the icon. |
Arguments | None. |
Returns | Nothing. |
Example | The following instance of displayHelp() opens in a browser window a file that explains the fields in the property inspector: |
![]() |
function displayHelp(){ dreamweaver.browseDocument('http://www.hooha.com/dw/inspectors/inspHelp.html'); } |
|
![]() |