ontagremove |
This event is fired on removing a tag.
Syntax
Inline HTML |
<ELEMENT id=artifactViewerID class="artifactviewer" ontagremove="handler()" ... /> |
Event property |
artifactviewerID.ontagremove = handler |
Event Information
To invoke |
Remove a tag from tag cloud. |
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 |
---|---|
tagObjects |
Read-only. Object that gives the array of tag objects. |
deletedTag |
Read-only. Object that refers to the name of the deleted tag. It exists only if a tag is removed. |