2.24 addinputbox
Adds an input box.
Parameters:
$kiriwrite_presmodule->addinputbox(inputboxname, options);
Usage:
$kiriwrite_presmodule->addinputbox("inputbox", { Size => "64", MaxLength => "128", Style => "inputbox", Value => "Default" });
inputboxname
Specifies the input box name to use.
options
Specifies the following options as a hash in any order.
Value |
Description |
Size |
Specifies the size of the input box. |
MaxLength |
Specifies the maximum length of the input box. |
Style |
Specifies the CSS style of the input box. |
Value |
Specifies the value of the input box. |