Table
of Contents
Previous
Section
allows you to create dynamic
form elements. (You can also create standard HTML form elements using this
toolbar.) See "Creating Form-Based Dynamic
Elements" for more detailed information about working with forms.
allows you to
create all other types of dynamic elements. See "Creating
Other WebObjects" for more detailed information about each type of
element. Certain file types (such as .gif, .jpeg,
.tif, .eps, and .bmp) are automatically recognized
by WebObjects Builder. The Preferences Panel (which you display by choosing
Tools
Options) shows a list of file extensions
that WebObjects Builder accepts. You can drag any item with one of those
file extensions into a component window, and the item will be added to
your project. You can add file types if you need them.

Add WebObject. A panel appears that allows you to create a dynamic element by entering its class and its name. The name is used by the HTML template and declarations (.wod) file to uniquely identify the element. (Normally, you allow WebObjects Builder to generate names for you, but if you add elements in source editing mode, you must specify their names.)
The element appears in the HTML template. A template appears in the lower pane (the declarations file) showing the bindable attributes of the element. Elements in brackets are optional. See "Binding Elements" for more information on bindings.
Note: You must type in the bindings of all the attributes you want to bind, and delete the others. Otherwise, you will not be able to switch back to graphical editing mode or save the file.

Table
of Contents
Next
Section