1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<!-- This file generated using Python HTMLgen module. -->
<HEAD>
<META NAME="GENERATOR" CONTENT="HTMLgen 2.2.2">
<TITLE>Module Formtools - Provide some supporting classes to simplify Input Forms with HTMLgen</TITLE>
<LINK rel=stylesheet href="HTMLgen.css" type=text/css title="HTMLgen.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" BACKGROUND="../image/bg-dots.gif" TEXT="#000000" LINK="#EE0000" VLINK="#990000">
<A HREF="NavLinks_overview.html"><IMG src="../image/back.gif" height="22" width="66" alt="Previous" border="0"></A>
<A HREF="StickyForm_overview.html"><IMG src="../image/next.gif" height="22" width="66" alt="Next" border="0"></A>
<IMG src="../image/blank.gif" height="22" width="66" alt="blank.gif">
<IMG src="../image/blank.gif" height="22" width="66" alt="blank.gif">
<H3>Module Formtools - Provide some supporting classes to simplify Input Forms with HTMLgen</H3>
<HR>
<H2>SYNOPSIS</H2>
<PRE># Classes
<A HREF="Formtools-CheckBoxes.html">class CheckBoxes(RadioButtons)</A>
<A HREF="Formtools-InputTable.html">class InputTable</A>
<A HREF="Formtools-RadioButtons.html">class RadioButtons</A>
</PRE>
<PRE># Functions
def compare_f2f(f1, f2)
def compare_s2f(s, f2)
<A HREF="Formtools-escape.html">def escape(text, replace=string.replace)</A>
<A HREF="Formtools-imgsize.html">def imgsize(path)</A>
<A HREF="Formtools-markup_re.html">def markup_re(text, rex=None, marker=None, collapse=0)</A>
<A HREF="Formtools-mpath.html">def mpath(path)</A>
<A HREF="Formtools-overlay_values.html">def overlay_values(obj, dict)</A>
<A HREF="Formtools-relpath.html">def relpath(path1, path2)</A>
def test1()
def test2()
</PRE>
<PRE># Variables
string AQUA = '#33CCCC'
string BLACK = '#000000'
string BLUE = '#0000FF'
string BLUE = '#0000FF'
string BLUE2 = '#0000EE'
string BLUE3 = '#0000DD'
string BLUE4 = '#0000CC'
string BLUE5 = '#0000BB'
string BLUE6 = '#000099'
string BROWN = '#CC9966'
string CADETBLUE = '#9999CC'
string CONTYPE = 'Content-Type: text/html\0 ...
string COPPER = '#CC6600'
string DOCTYPE = '<!DOCTYPE HTML PUBLIC "-/ ...
string GRAY = '#0C0C0C'
string GRAY1 = '#EEEEEE'
string GRAY2 = '#DDDDDD'
string GRAY3 = '#CCCCCC'
string GRAY4 = '#BBBBBB'
string GRAY5 = '#AAAAAA'
string GRAY6 = '#999999'
string GREEN = '#00DD00'
string GREEN1 = '#00EE00'
string GREEN = '#00DD00'
string GREEN3 = '#00CC00'
string GREEN4 = '#00BB00'
string GREEN5 = '#00AA00'
string GREEN6 = '#009900'
string GRAY = '#0C0C0C'
string GRAY1 = '#EEEEEE'
string GRAY2 = '#DDDDDD'
string GRAY3 = '#CCCCCC'
string GRAY4 = '#BBBBBB'
string GRAY5 = '#AAAAAA'
string GRAY6 = '#999999'
string LIME = '#CCFF66'
string MOROON = '#CC3366'
string OLIVE = '#999966'
string ORANGE = '#FFCC33'
string PEACH = '#FFCC99'
string PINK = '#FF99CC'
int I_am_a_list = 1
string PURPLE = '#CC66FF'
string RED = '#EE0000'
string RED1 = '#FF0000'
string RED = '#EE0000'
string RED3 = '#DD0000'
string RED4 = '#CC0000'
string RED5 = '#BB0000'
string RED6 = '#990000'
string SEAGREEN = '#0099CC'
string SKYBLUE = '#99CCFF'
string TAN = '#FFCCCC'
string WHITE = '#FFFFFF'
string YELLOW = '#FFFF66'
string __file__ = '/usr/local/lib/python1.5/ ...
</PRE>
<H2>DESCRIPTION</H2>
<P></P>
<H2>SEE ALSO</H2>
<PRE><A HREF="UserList_overview.html">UserList</A>
<A HREF="copy_overview.html">copy</A>
<A HREF="os_overview.html">os</A>
<A HREF="re_overview.html">re</A>
<A HREF="string_overview.html">string</A>
<A HREF="time_overview.html">time</A>
</PRE>
<P><HR>
<A HREF="NavLinks_overview.html"><IMG src="../image/back.gif" height="22" width="66" alt="Previous" border="0"></A>
<A HREF="StickyForm_overview.html"><IMG src="../image/next.gif" height="22" width="66" alt="Next" border="0"></A>
<IMG src="../image/blank.gif" height="22" width="66" alt="blank.gif">
<IMG src="../image/blank.gif" height="22" width="66" alt="blank.gif">
<BR><IMG src="../image/Buzz.gif" height="51" width="56" alt="Buzz.gif" align="bottom">
<FONT SIZE="-1"><P>Copyright © 1996-9 Robin Friedrich<BR>All Rights Reserved<BR>
Comments to author: <A HREF="mailto:friedrich@pythonpros.com">friedrich@pythonpros.com</A><br>
Generated: Tue Apr 20, 1999 <BR><hr>
</FONT>
</BODY> </HTML>
|