Search results for "module:HTML::Table"
HTML::Table - produces HTML tables
HTML::Table is used to generate HTML tables for CGI scripts. By using the methods provided fairly complex tables can be created, manipulated, then printed from Perl scripts. The module also greatly simplifies creating tables within tables from Perl. ...
AJPEACOCK/HTML-Table-2.08a - 23 Jun 2008 13:57:29 UTC
Text::Table::HTML - Generate HTML table
This module provides a single function, "table", which formats a two-dimensional array of data as HTML table. Its interface is modelled after Text::Table::Tiny 0.03. The example shown in the SYNOPSIS generates the following table: <table> <thead> <tr...
PERLANCAR/Text-Table-HTML-0.010 - 22 May 2023 15:27:38 UTC
HTML::HTML5::Table - representation of an HTML table
This is not yet fully documented, but the source code should be *gulp* fairly self-documenting. Just skim the Moose attributes of this module and the other modules in the "HTML::HTML5::Table" namespace and hopefully you'll get an idea of how they all...
TOBYINK/HTML-HTML5-ToText-0.004 - 14 Jun 2013 13:11:51 UTC
HTML::Widgets::Table - An HTML table generation class.
HTML::Widgets::Table creates an HTML table from native data structures....
DOWENS/HTML-Widgets-Table-0.01 - 14 Sep 2003 07:45:31 UTC
HTML::Table::Compiler - Extension for HTML::Table to tabularize data
HTML::Table, while making it easy to create and manipulate tabular data, doesn't allow such obvious functionality as tabularizing existing array of data. One comes across this challenge a lot in building Web applications such as galleries, where you ...
SHERZODR/HTML-Table-Compiler-0.01 - 04 May 2005 02:44:51 UTC
Tags::HTML::Table::View - Tags helper for table view.
SKIM/Tags-HTML-Table-View-0.03
-
09 Jul 2023 00:09:10 UTC
Quiq::Html::Table::Base - Basisklasse für tabellengenerierende Klassen
Diese Klasse dient als Basisklasse für speziellere tabellengenerierende Klassen. Sie organisiert "des Drumherum" einer HTML-Tabelle. Insbesondere besitzt sie die Attribute des table-Tag und rendert diesen. Die Zeilen werden von der Klasse nicht behan...
FSEITZ/Quiq-1.213 - 19 Nov 2023 13:53:52 UTC
HTML::GUI::table::basic - Create and control a whole table::basic for web application
JCHASSLER/HTML-GUI-0.04
-
23 Oct 2009 20:05:59 UTC
Quiq::Html::Table::List - HTML-Tabelle zum Anzeigen einer Liste von Elementen
Die Klasse erzeugt eine HTML-Tabelle aus einer Liste von Objekten. Jedes Objekt wird durch eine Zeile dargestellt. Alle Zeilen- (tr-Elemente) und Zellenattribute (td-Elemente) können gesetzt werden. Die Klasse ist daher sehr flexibel. Für jedes Objek...
FSEITZ/Quiq-1.213 - 19 Nov 2023 13:53:52 UTC
HTML::TableParser::Table - support class for HTML::TableParser
This class is used to keep track of information related to a table and to create the information passed back to the user callbacks. It is in charge of marshalling the massaged header and row data to the user callbacks. An instance is created when the...
DJERIUS/HTML-TableParser-0.43 - 22 Mar 2018 20:33:19 UTC
HTML::FormatNroff::Table - base class for formatting HTML Tables
The HTML::FormatNroff::Table is a base class for formatting HTML tables. It is used by a class such as HTML::FormatNroff::Table::Nroff, which is called by the formatter HTML::FormatNroff when tables are processed....
MINIMAL/HTML-FormatNroff-0.6 - 07 Jan 2015 05:28:39 UTC
Quiq::Html::Table::Simple - HTML-Tabelle
Die Klasse dient der Generierung von HTML-Tabellen mit einer freien Struktur, wie Formulartabellen. Die Definition erfolgt zeilenweise wie in HTML, wobei die "tr"- und "td"-Information durch Listen angegeben werden. Der Wert des Objekt-Attributs "row...
FSEITZ/Quiq-1.213 - 19 Nov 2023 13:53:52 UTC
HTML::Table::FromDatabase - a subclass of HTML::Table to easily generate a HTML table from the result of a database query
Subclasses HTML::Table, providing a quick and easy way to produce HTML tables from the result of a database query. I often find myself writing scripts which fetch data from a database and present it in a HTML table; often resulting in pointlessly rep...
BIGPRESH/HTML-Table-FromDatabase-1.11 - 14 Jun 2016 20:48:00 UTC
HTML::TableContent::Table - Base class for table's
Base class for Table's....
LNATION/HTML-TableContent-1.00 - 21 Apr 2020 16:07:38 UTC
HTML::DOM::Element::Table - A Perl class for representing 'table' elements in an HTML DOM tree
This class represents 'table' elements in an HTML::DOM tree. It implements the HTMLTableElement DOM interface and inherits from HTML::DOM::Element (q.v.)....
SPROUT/HTML-DOM-0.058 - 03 Feb 2018 06:12:46 UTC
Text::Table::HTML::DataTables - Generate HTML table with jQuery and DataTables plugin
This module is just like Text::Table::HTML, except the HTML code will also load jQuery (<http://jquery.com>) and the DataTables plugin (<http://datatables.net>) from the local filesystem (distribution shared directory), so you can filter and sort the...
PERLANCAR/Text-Table-HTML-DataTables-0.012 - 22 Apr 2022 07:53:43 UTC
HTML::FormatNroff::Table::Row - Format HTML Table row
The HTML::FormatNRoff::Table::Row is used to record information and process a table row. This is a base class....
MINIMAL/HTML-FormatNroff-0.6 - 07 Jan 2015 05:28:39 UTC