JadeHTMLClass Class

The JadeHTMLClass class implements the behavior required to support HTML pages in your JADE applications. A subclass of the JadeHTMLClass class is automatically created in your schema when you create the first HTML page for the current schema by using the HTML Wizard in the JADE development environment. (For details about the support in JADE of HTML documents, see Chapter 12 of the JADE Development Environment User’s Guide.)

If you want full control of the HTML pages in your applications, you can then reimplement the appropriate JadeHTMLClass methods to suit your requirements by reimplementing the generateHTMLString, processRequest, reply, and updateValues methods for every JadeHTMLClass subclass.

The connection to the Web browser can be a TcpIpConnection or a NamedPipe connection.

Use JadeHTMLClass methods such as the addOptionTag method to assist you in the construction of correctly formatted HTML to use for substitution into the appropriate JADE_TAG tags within your JadeHTMLClass subclasses.

Although you can insert JADE_TAG tags within <select> and </select> tags, the value of the property associated with the JADE_TAG should contain only <option> and </option> tags. Inserting any other tag may cause unpredictable behavior (browser-dependent).

For details about the properties and methods defined in the JadeHTMLClass class, see "JadeHTMLClass Properties" and "JadeHTMLClass Methods", in the following subsections.

Object

(None)