Generates HTML markup for a button. In the Manage layout, returns a Bootstrap button element. In other layouts, returns an image tag pointing to the ButtonBlaster service.
The button label text
Optionalstyle: stringButton style name (default: "default")
Optionaltransform: stringImage transform parameter
Generates a URL for a ButtonBlaster button image.
The button label text
Optionalstyle: stringButton style name (default: "default")
Optionaltransform: stringImage transform parameter
Generates a JavaScript snippet that opens a pop-in dialog. The returned string is a doPopIn() call that can be placed in an onclick handler or eval'd.
The URL to load in the pop-in dialog.
Optionalheight: numberDialog height in pixels.
Optionalwidth: numberDialog width in pixels.
Optionaledit: booleanIf true, appends a destination redirect for edit mode.
Generates an HTML script tag for including a JavaScript file. Paths not starting with '/' or 'http' are prefixed with '/jslib/'. Paths starting with '/jslib/' are rewritten with cache-busting static URLs.
The script source path or URL.
Wraps inline JavaScript code in a script tag.
The JavaScript code to wrap.
HTML generation utilities.