Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/Formtools.html
Дата изменения: Fri Apr 8 12:46:13 2016
Дата индексирования: Sun Apr 10 23:45:16 2016
Кодировка:

Поисковые слова: http astrokuban.info astrokuban
Python: module Formtools
 
 
Formtools
index
Formtools.py

Provide some supporting classes to simplify Input Forms with HTMLgen

 
Modules
       
UserList
copy
os
re
string
time

 
Classes
       
InputTable
RadioButtons
CheckBoxes

 
class CheckBoxes(RadioButtons)
     Data and other attributes defined here:
widgettype = 'checkbox'

Methods inherited from RadioButtons:
__init__(self, items, **kw)
__str__(self)

 
class InputTable
    InputTable(entries, [keyword=value]...)
 
Entries is a list of 2 or 3-element tuples (name, input_object, note) where
name will label the input object on the left column, the input_object
can be anything, and the note is a string to provide optional notations
to the right of the input widgets.
 
  Methods defined here:
__init__(self, entries=None, **kw)
__str__(self)
append(self, *items)

 
class RadioButtons
    RadioButtons(itemlist, keyword=value):
 
  Methods defined here:
__init__(self, items, **kw)
__str__(self)

Data and other attributes defined here:
widgettype = 'radio'

 
Functions
       
test()
test1()
test2()

 
Data
        AQUA = '#33CCCC'
BLACK = '#000000'
BLUE = '#0000FF'
BLUE1 = '#0000FF'
BLUE2 = '#0000EE'
BLUE3 = '#0000DD'
BLUE4 = '#0000CC'
BLUE5 = '#0000BB'
BLUE6 = '#000099'
BROWN = '#CC9966'
CADETBLUE = '#9999CC'
CONTYPE = 'Content-Type: text/html\n\n'
COPPER = '#CC6600'
DOCTYPE = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">\n<HTML>\n'
GRAY = '#0C0C0C'
GRAY1 = '#EEEEEE'
GRAY2 = '#DDDDDD'
GRAY3 = '#CCCCCC'
GRAY4 = '#BBBBBB'
GRAY5 = '#AAAAAA'
GRAY6 = '#999999'
GREEN = '#00DD00'
GREEN1 = '#00EE00'
GREEN2 = '#00DD00'
GREEN3 = '#00CC00'
GREEN4 = '#00BB00'
GREEN5 = '#00AA00'
GREEN6 = '#009900'
GREY = '#0C0C0C'
GREY1 = '#EEEEEE'
GREY2 = '#DDDDDD'
GREY3 = '#CCCCCC'
GREY4 = '#BBBBBB'
GREY5 = '#AAAAAA'
GREY6 = '#999999'
LIME = '#CCFF66'
MOROON = '#CC3366'
OLIVE = '#999966'
ORANGE = '#FFCC33'
PEACH = '#FFCC99'
PINK = '#FF99CC'
PRINTECHO = 1
PURPLE = '#CC66FF'
RED = '#EE0000'
RED1 = '#FF0000'
RED2 = '#EE0000'
RED3 = '#DD0000'
RED4 = '#CC0000'
RED5 = '#BB0000'
RED6 = '#990000'
SEAGREEN = '#0099CC'
SKYBLUE = '#99CCFF'
TAN = '#FFCCCC'
WHITE = '#FFFFFF'
YELLOW = '#FFFF66'