Table
of Contents
Previous
Section
lets you switch
the group of buttons that are displayed to its right. The groups are:
. Use these buttons to create
paragraphs, lists, images, and other static HTML elements. See "Structure
Elements" for more information.
. Use these buttons to create
and manipulate HTML table elements. See "Working
With Tables" 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.The element is placed at the cursor position.
. In the Inspector, you can set various properties of the element. For example, you can change a paragraph's type from plain to preformatted.
Table
of Contents
Next
Section