2.29 addbutton

The addbutton subroutine adds a button.

Parameters:

$xestiascan_presmodule->addbutton(buttonname, options);


Usage:

$xestiascan_presmodule->addbutton("button", { Value => "clicked", Description => "Click this button", Style => "buttonstyle" });


buttonname
Specifies the button name to use.

options
Specifies the following options as a hash in any order.

Setting Description
Value Specifies a value for the button when clicked on.
Description Specifies a description (label) for the button.
Style Specifies the CSS style to use.