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

my $t = Template->new({PLUGIN_BASE => "WE_Frontend::Plugin"});
[% USE TextTable %]
[% TextTable.out(tabledef) %]

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

Slaven Rezic - slaven@rezic.de
