HtmlJButton

Takes 6 parameters, Location, Mode, ActionLabel, ActionScript, Class, Extra.

Usage:

Location, Mode, ActionLabel, ActionScript, Class, Extra
Location, Mode, ActionLabel, ActionScript, Class, [""]
Location, Mode, ActionLabel, ActionScript, ["btn btn-default"], [""]
Location, ["Append"], ActionLabel, ActionScript, ["btn btn-default"], [""]
["Runtime"], ["Append"], ActionLabel, ActionScript, ["btn btn-default"], [""]

Description:

Place an HTML < a > tag on the page with ActionScript targeting onclick.

Class may use a prefix of & in order to prepend the Bootstrap button classes, such that "&success" will result in the classes of "btn btn-success".

Examples:

HtmlJButton "MainBody", "Prepend", "< ? i print ? > Print", "window.print();", "&success"

HtmlJButton "< ? i print ? > Print", "window.print();"