diff options
author | ivan <ivan> | 2002-01-29 17:46:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-01-29 17:46:41 +0000 |
commit | ea0d3938b57a079ce4aa6db0cae316e3ac6da654 (patch) | |
tree | 1ee44728e7a81e1c7671ef154aee3c77fc565a7a /httemplate/docs/man/FS/UI/CGI.html | |
parent | c5c0ba135749164ec8ba75d18f76c29625e1bc7e (diff) |
these are all auto-generated by the installation; don't check them into CVS
(probably should generate them for a release tarball though)
Diffstat (limited to 'httemplate/docs/man/FS/UI/CGI.html')
-rw-r--r-- | httemplate/docs/man/FS/UI/CGI.html | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/httemplate/docs/man/FS/UI/CGI.html b/httemplate/docs/man/FS/UI/CGI.html deleted file mode 100644 index 22b6c76b8..000000000 --- a/httemplate/docs/man/FS/UI/CGI.html +++ /dev/null @@ -1,94 +0,0 @@ -<HTML> -<HEAD> -<TITLE>FS::UI::CGI - Base class for CGI user-interface objects</TITLE> -<LINK REV="made" HREF="mailto:perl@packages.debian.org"> -</HEAD> - -<BODY> - -<A NAME="__index__"></A> -<!-- INDEX BEGIN --> - -<UL> - - <LI><A HREF="#name">NAME</A></LI> - <LI><A HREF="#synopsis">SYNOPSIS</A></LI> - <LI><A HREF="#description">DESCRIPTION</A></LI> - <LI><A HREF="#methods">METHODS</A></LI> - <LI><A HREF="#version">VERSION</A></LI> - <LI><A HREF="#bugs">BUGS</A></LI> - <LI><A HREF="#see also">SEE ALSO</A></LI> - <LI><A HREF="#history">HISTORY</A></LI> -</UL> -<!-- INDEX END --> - -<HR> -<P> -<H1><A NAME="name">NAME</A></H1> -<P>FS::UI::CGI - Base class for CGI user-interface objects</P> -<P> -<HR> -<H1><A NAME="synopsis">SYNOPSIS</A></H1> -<PRE> - use FS::UI::CGI; - use FS::UI::some_table;</PRE> -<PRE> - $interface = new FS::UI::some_table;</PRE> -<PRE> - $error = $interface->browse; - $error = $interface->search; - $error = $interface->view; - $error = $interface->edit; - $error = $interface->process;</PRE> -<P> -<HR> -<H1><A NAME="description">DESCRIPTION</A></H1> -<P>An FS::UI::CGI object represents a CGI interface object.</P> -<P> -<HR> -<H1><A NAME="methods">METHODS</A></H1> -<DL> -<DT><STRONG><A NAME="item_new">new</A></STRONG><BR> -<DD> -<DT><STRONG><A NAME="item__header">_header</A></STRONG><BR> -<DD> -<DT><STRONG><A NAME="item__footer">_footer</A></STRONG><BR> -<DD> -<DT><STRONG><A NAME="item_interface">interface</A></STRONG><BR> -<DD> -Returns the string `CGI'. Useful for the author of a table-specific UI class -to conditionally specify certain behaviour. -<P></P></DL> -<P> -<HR> -<H1><A NAME="version">VERSION</A></H1> -<P>$Id: CGI.html,v 1.3 2002-01-29 17:42:46 ivan Exp $</P> -<P> -<HR> -<H1><A NAME="bugs">BUGS</A></H1> -<P>This documentation is incomplete.</P> -<P>In _Tableborder, headers should be links that sort on their fields.</P> -<P>_Link uses a constant $BASE_URL</P> -<P>_Link passes the arguments as a manually-constructed GET string instead -of POSTing, for compatability while the web interface is upgraded. Once -this is done it should pass arguements properly (i.e. as a POST, 8-bit clean)</P> -<P>Still some small bits of widget code same as FS::UI::Gtk.</P> -<P> -<HR> -<H1><A NAME="see also">SEE ALSO</A></H1> -<P><A HREF="../.././FS/UI/Base.html">the FS::UI::Base manpage</A></P> -<P> -<HR> -<H1><A NAME="history">HISTORY</A></H1> -<P>$Log: CGI.html,v $ -<P>Revision 1.3 2002-01-29 17:42:46 ivan -<P>weight, plan and plandata fields in part_bill_event -<P> -Revision 1.1 1999/08/04 09:03:53 ivan -initial checkin of module files for proper perl installation</P> -<P>Revision 1.1 1999/01/20 09:30:36 ivan -skeletal cross-UI UI code.</P> - -</BODY> - -</HTML> |