Sheerpower®
A Guide to the Sheerpower Language


Previous Contents Index

Chapter 9
9 Input Dialogbox - Creating GUI Forms with Sheerpower
     9.1     INPUT DIALOGBOX Statement
     9.2     Parsing INPUT DIALOGBOX Results
     9.3     INPUT DIALOGBOX Directives
     9.4     Supported HTML Tags and Attributes
         9.4.1         Sheerpower Tag - <sheerpower>
             9.4.1.1             Sheerpower Tag Attributes - COLOR, HEIGHT, WIDTH, TITLE
             9.4.1.2             Sheerpower Tag Attribute - BACKGROUND
             9.4.1.3             Sheerpower Tag Attributes - SRC
             9.4.1.4             Sheerpower Tag Attributes - AUTOSUBMIT
             9.4.1.5             Sheerpower Tag Attributes - AUTOSCALE
             9.4.1.6             Sheerpower Tag Attributes - ATTACHED
             9.4.1.7             Sheerpower Tag Attributes - TYPE
             9.4.1.8             Specifying a Root-Level for the Browsing of Files
         9.4.2         Form Tags
             9.4.2.1             FORM
             9.4.2.2             ANCHOR
             9.4.2.3             INPUT
             9.4.2.4             Custom SUBMIT Buttons
             9.4.2.5             Image Submit Buttons
             9.4.2.6             SELECT
             9.4.2.7             TEXTAREA
         9.4.3         Formatting Tags
             9.4.3.1             CENTER
             9.4.3.2             PARAGRAPH
             9.4.3.3             LINE BREAK
             9.4.3.4             ORDERED LIST
             9.4.3.5             UNORDERED LIST
             9.4.3.6             HORIZONTAL RULE
             9.4.3.7             INLINE IMAGE
             9.4.3.8             DIVISION
         9.4.4         Text Formatting Tags
             9.4.4.1             FONT
             9.4.4.2             HEADINGS
             9.4.4.3             BOLD
             9.4.4.4             ITALIC
             9.4.4.5             EMPHASIZED
             9.4.4.6             PREFORMATTED TEXT
             9.4.4.7             ADDRESS
             9.4.4.8             BLOCKQUOTE
         9.4.5         Table Tags
             9.4.5.1             TABLE
             9.4.5.2             Table HEADER TH
             9.4.5.3             Table Row TR
             9.4.5.4             Table Data TD
     9.5     Inserting Variable Data into a Form
     9.6     Storing Selections from a Form into Variables
     9.7     Performing Data Record Lookups and Updates


Previous Next Contents Index