Adding Controls to a Web Page

Use the Add Control command from the JADE Painter Controls menu to add a new control to your current form. The Add Control Type combo box is then displayed, to enable you to select the type of control that you want to add. (You can also add a Web control by using the appropriate Painter palette button.) For details, see "Adding Controls to Your Form", in Chapter 5 of the JADE Development Environment User’s Guide.

In addition to the Painter controls listed under "Generating HTML", later in this chapter, the Web controls listed in the following table are also provided. (For details, see Chapter 2 of the JADE Encyclopaedia of Classes.)

Control Palette Button Description
WebHotSpot Inserts a rectangular hotspot directly on to a picture control
WebHTML Inserts text directly into the generated HTML
WebInsert Inserts the contents of a file as part of the HTML generation
WebJavaApplet Inserts a Java applet into the generated HTML

The following controls are not supported on Web pages, and are ignored in the HTML generation process.

Use the Table class borderStyle property setting of BorderStyle_None if you want to turn off the display of borders around tables on your Web pages.