# ==================================================================== # Copyright (C) 1997,1998 Stephen Farrell # # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl # itself. # # ==================================================================== # File: TableLayout.pm # Author: Stephen Farrell # Created: August, 1997 # Locations: http://www.palefire.org/~sfarrell/TableLayout/ # CVS $Id: TableLayout.pm,v 1.16 1998/09/20 21:28:26 sfarrell Exp $ # ==================================================================== ## ## Thanks for help and comments from: Jeff Stampes, Andreas Koenig, ... ## ## ## To do: ## o A thought is to have two versions of symbols to export, one ## which is "short", but might be considered "rude" to the average ## user's namespace. This will need a special tag (:NS_HOG ## perhaps). alternatively, all the symbols will be prefixed like ## TL_window, TL_cell, etc. whatever. =head1 NAME HTML::TableLayout - Layout Manager for cgi-based web applications =head1 DESCRIPTION This is a HTML-generating package for making graphical user interfaces via a web browser using a "Layout Manager" paradigm such as in Tk/Tcl or Java. It includes a component heirarchy for making new "widgets". =head1 EXPORT =over 12 =item DEFAULT C =item FORM C