onartifactclick |
This event is fired when an artifact is clicked.
Syntax
Inline HTML |
<ELEMENT id=artifactViewerID class="artifactviewer" onartifactclick="handler()" ... /> |
Event property |
artifactviewerID.onartifactclick = handler |
Event Information
To invoke |
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 clicking action is performed. |