HTML::FormFu::Element::SimpleTable man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

HTML::FormFu::Element:UserpContributed PeHTML::FormFu::Element::SimpleTable(3)

NAME
       HTML::FormFu::Element::SimpleTable - simple table element

SYNOPSIS
       The following is yaml markup for a table consisting of a header row
       containing 2 "th" cells, and a further 2 rows, each containing 2 "td"
       cells.

	   type: SimpleTable
	   headers:
	     - One
	     - Two
	   rows:
	     -
	       - type: Input
		 name: one_a
	       - type: Input
		 name: two_a
	     -
	       - type: Input
		 name: one_b
	       - type: Input
		 name: two_b

DESCRIPTION
       Sometimes you just really need to use a table to display some fields in
       a grid format.

       As its name suggests, this is a compromise between power and
       simplicity.  If you want more control of the markup, you'll probably
       just have to revert to using nested block's, setting the tags to table,
       tr, td, etc. and adding the cell contents as elements.

METHODS
   headers
       Input Value: \@headers

       "headers" accepts an arrayref of strings. Each string is xml-escaped
       and inserted into a new header cell.

   rows
       Input Value: \@rows

       "rows" accepts an array-ref, each item representing a new row. Each row
       should be comprised of an array-ref, each item representing a table
       cell.

       Each cell item should be appropriate for passing to "element" in
       HTML::FormFu; so either a single element's definition, or an array-ref
       of element definitions.

   odd_class
       Input Value: $string

       The supplied string will be used as the class-name for each odd-
       numbered row (not counting any header row).

   even_class
       Input Value: $string

       The supplied string will be used as the class-name for each even-
       numbered row (not counting any header row).

SEE ALSO
       Is a sub-class of, and inherits methods from
       HTML::FormFu::Element::Block, HTML::FormFu::Element

       HTML::FormFu

AUTHOR
       Carl Franks, "cfranks@cpan.org"

LICENSE
       This library is free software, you can redistribute it and/or modify it
       under the same terms as Perl itself.

perl v5.14.2			  2012-01HTML::FormFu::Element::SimpleTable(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net