Generating HTML

The generation of your HTML code starts when the show method of a form is called or the start-up form is initiated, as follows.

  1. The load method of the form is invoked. This method must set up all required information in the controls; for example, a combo box must be populated.

  2. When the load process has completed, the HTML generation is started. This generation creates a string containing HTML text.

  3. The string of generated HTML text is then returned to the Web browser, which displays the information.

See also "Adding and Maintaining HTML Documents", in Chapter 12 of the JADE Development Environment User’s Guide.