Please enable JavaScript to view this site.

Process Designer

Navigation: Javascript API > User dialog functions > Integration functions

jr_viewer_stamp_remove(object identifier)

Scroll Prev Top Next More

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);