Apple WebObjects 3.5 Tools And Techniques User Manual

Page 74

Advertising
background image

Chapter 3

Working With Dynamic Elements

74

To switch back to the WOText Inspector, select Dynamic Inspector from the
pop-up list.

In addition, you can convert any dynamic element into its static counterpart, or
vice versa:

When inspecting a dynamic element, if you click Make Static, the element
becomes its static counterpart (if it has one), and the Static Inspector
appears.

When inspecting a static element, if you click Make Dynamic, the element
becomes its dynamic counterpart. Both the Static and Dynamic Inspectors
are now available.

The following table shows the dynamic counterpart for each static element.

Static Element

Dynamic Counterpart

Image

WOImage,
WOActiveImage

Form

WOForm

Textfield

WOTextField

Text Area

WOText

Button

WOSubmitButton,
WOResetButton,
WOImageButton

Checkbox

WOCheckBox

Radio Button

WORadioButton

Set HTML attributes of text
area here.

Select Dynamic Inspector to
set the WOText’s bindings.

Advertising