App::Widget::Select - Generic HTML element can be anything with proper configuration


NAME

App::Widget::Select - Generic HTML element can be anything with proper configuration


SYNOPSIS

   use App::Widget::Select;
   $name = "gobutton";
   $config = { };
   $state = CGI->new({});
   $w = App::Widget::Select->new($config,$state,"gobutton", $config, $state);


DESCRIPTION

This class is a <select> HTML element.