onartifactdoubleclick |
This event is fired when an artifact is double clicked.
Syntax
Inline HTML |
<ELEMENT id=artifactViewerID class="artifactviewer" onartifactdoubleclick="handler()" ... /> |
Event property |
artifactviewerID.onartifactdoubleclick = handler |
Event Information
To invoke |
Double click on any artifact in the artifact viewer. |
Default Action |
Loads the application definition. |
Event Object Properties
Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.
Property |
Description |
---|---|
artifactObject |
Object on which the double-click action is performed. |