|
NAMEHTML::TableLayout - Layout Manager for cgi-based web applicationsDESCRIPTIONThis 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".EXPORT
SYNOPSISuse HTML::TableLayout; $w = window(undef,"Hello World"); $w->insert(table()->insert("hello world")); # ... $w->print(); WARNING: DOCUMENTATION INCOMPLETE AND SOMETIMES WRONG.This documentation is incomplete and occassionally wrong. As always, the source is the best reference (and, in fact, is relatively well commented in this case). This documentation will improve as the API stabilizes.On the other hand, some effort was made to bring it up-to-date with release 1.1.4. Weird OO SyntaxI thought that "new" was too noisy and took up too much space, so I do not use it in the API. When you call, for example,window($x,$y,$z), you are really doing HTML::TableLayout::Window->new($x,$y,$z). (but isn't it a whole lot nicer looking?) User API
NOTE there are other classes... see the source for now to find these.BUGSSee comments in code, particular TODO in TLCore.pmAUTHORStephen Farrell <stephen@farrell.org>--feel free to write email with any questions.POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |