The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WE_Frontend::Plugin::TextTable - format a textual table description to HTML

SYNOPSIS

    my $t = Template->new({PLUGIN_BASE => "WE_Frontend::Plugin"});

    [% USE TextTable %]
    [% TextTable.out(tabledef) %]

DESCRIPTION

Format a textual table description into HTML. See also the "table" definitions in we_contentlist_templates.tpl.js in the web.editor distribution.

METHODS

out($tabledef)

Format and output the given table definition.

AUTHOR

Slaven Rezic - slaven@rezic.de

SEE ALSO

Template::Plugin.