2.29 addbutton

Adds a button.

Parameters:

$kiriwrite_presmodule->addbutton(buttonname, options);

Usage:

$kiriwrite_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.

Value 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.