This function removes an existing stamp from the JobViewer 2 tool bar.
Parameter |
Type |
Description |
|---|---|---|
identifier |
object |
Stamp object, which was returned by jr_viewer_stamp_create |
Example:
// Remove a stamp
var stamp = jr_viewer_stamp_create('reject');
jr_viewer_stamp_remove(stamp);