CGI::AppBuilder::Table

CGI::AppBuilder::Table module contains a configuration initializer.
Download

CGI::AppBuilder::Table Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Hanming Tu
  • Publisher web site:
  • http://search.cpan.org/~geotiger/File-Xcopy-0.12/Xcopy.pm

CGI::AppBuilder::Table Tags


CGI::AppBuilder::Table Description

CGI::AppBuilder::Table module contains a configuration initializer. CGI::AppBuilder::Table module contains a configuration initializer.SYNOPSIS use CGI::AppBuilder::Table; my $ab = CGI::AppBuilder::Table->new( 'ifn', 'my_init.cfg', 'opt', 'vhS:a:'); my ($q, $ar, $ar_log) = $ab->start_app($0, %ARGV); print $ab->disp_form($q, $ar); This class provides methods for reading and parsing configuration files.new (ifn => 'file.cfg', opt => 'hvS:')This is a inherited method from CGI::AppBuilder. See the same method in CGI::AppBuilder for more details.html_table($arf, $cns, $br)Input variables: $arf - array ref containing the content of the table $cns - column names separated by comma or AUTO|AH|HASH - use $k in AH Array ${$arf}{$k} $br - hash array ref for table format, it contains css_table - CSS class name for < TABLE> atr_table - attribute parameters for < TABLE> css_tr - CSS class name for < TR> atr_tr - attribute parameters for < TR> atr_tr_odd - attribute parameters for ODD < TR> atr_tr_even - attribute parameters for EVEN < TR> css_tr_odd - CSS class name for ODD < TR> css_tr_even - CSS class name for EVEN < TR> css_select - CSS class name for < SELECT ...> css_input - CSS class name for < INPUT type=input ...> atr_sel - attributes for itemized < SELECT ...> for instance: atr_sel = { var1 => 'style="display:none"', var2 => 'style="display:block"', var3 => 'class="FormSel"', } atr_inp - attributes for itemized < INPUT type=input ...> css_td - CSS class name for < TD> atr_td - attribute parameters for < TD> atr_cell - an array ref to attribute parameters for each cell ${$br}{atr_cell} esc_vars - a list of escaped variables separated by comma. fh_out - output file handler cns_desc - hash ref containing column name description tab_caption - table caption/header tab_footer - table footer/notesRequirements:· PerlWhat's New in This Release:· Added html_tag and table_column functions· Modified html_table to use html_tag and table_column


CGI::AppBuilder::Table Related Software