This function activates a previously created stamp, so that a user can place it directly without selecting the stamp from the tool bar.
Parameter |
Type |
Description |
|---|---|---|
identifier |
object |
Stamp object, which was returned by jr_viewer_stamp_create |
Example:
// Create and activate a stamp
var stamp = jr_viewer_stamp_create('reject');
jr_viewer_stamp_activate(stamp);