2.21 addselectbox

The addselectbox subroutine adds a select box.

Parameters:

$xestiascan_presmodule->addselectbox(selectboxname, options);


Usage:

$xestiascan_presmodule->addselectbox("selectbox", { Style => "selectbox" });


options
Specifies the following options in any order.

Setting Description
Style Specifies the CSS style to use.
ReadOnly Specifies the select box is read only.