File: forms-txt.html

package info (click to toggle)
htmlgen 2.2.2-12.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,840 kB
  • ctags: 1,480
  • sloc: python: 4,518; makefile: 93
file content (14 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

<h3>FEATURES</h3>

      <P>HTMLgen provides full form support using the POST method. It
      provides an Input class supporting all input types including
      script callbacks. The Input class also has two convenience
      attributes, <code>llabel</code> and <code>rlabel</code>, which
      place plain text to the left and right of the widget
      respectively. 
        <P>For persistant data between forms, see the StickyForm
        module donated by Amos Latteier.

      <P>Below is a Form containing all the input types.