To create HTML elements, you use the buttons in the toolbar. There are three groups of buttons.
.
Use these buttons to create paragraphs, lists, images, and other static HTML elements. See
Structure Elements
for more information.
.
Use these buttons to create form elements in which users enter information. WebObjects gives your application access to the data entered by users by allowing you to associate, or bind
, these elements to variables in your application. See
Creating Form-Based Dynamic Elements
for more information.
.
Use these buttons to create other dynamic elements, which you can bind to variables and methods in your program to control how they are displayed. Some of these (such as hyperlinks) have direct HTML equivalents. Others are abstract dynamic elements
, such as repetitions and conditionals, which determine how many times an element is displayed or whether it is displayed at all. See
Creating Other WebObjects
for detailed information.
.
In the Inspector, you can set various properties of the element. For example, you can change a paragraph's type from plain to preformatted.