NAME
XHTML::Instramented::Form - XHTML::Instramented Form Object
SYNOPSIS
my $template = XHTML::Instrumented->new(name => 'bob');
my $form = $template->get_form(name => 'myform');
API
Constructor
- new
Methods
- add_params
- add_defaults
- element_values
- element_value
- set_select_data
- add_element
- delete_element
- set_element
- args
- params
- context
- is_select
- get_element
- is_element
- auto
- update_argumants
Functions
This object has no functions
AUTHOR
"G. Allen Morris III" <gam3@gam3.net>