onafterconstructurl |
This event is fired after constructing the URL.
Syntax
Inline HTML |
<ELEMENT id=artifactViewerID class="artifactviewer" onafterconstructurl="handler()" ... /> |
Event property |
artifactviewerID.onafterconstructurl = handler |
Event Information
To invoke |
Select Copy URL or Make current selection as personalized view from the context menu. |
Default Action |
No default action. |
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 |
---|---|
url |
String that denotes the constructed URL. |
isCopyURL |
Boolean that is true if the URL is copied otherwise false. |