Documentation Archive Developer
Search
Top

Dynamic Element Specifications


Dynamic elements serve as the basic building blocks of WebObjects applications by linking an application's scripted or compiled behavior to an HTML page. The linkage can be two-way, in that a dynamic element:

With WebObjects, most pages sent to the user's browser are composed of HTML from a static template combined with HTML that's dynamically generated by dynamic elements embedded (directly, or in the case of reusable components, indirectly) in that template.

Here are the dynamic elements defined in the WebObjects Framework:

WOActiveImage
WOApplet
WOBody
WOBrowser
WOCheckBox
WOConditional
WOEmbeddedObject
WOForm
WOFrame
WOGenericContainer
WOGenericElement
WOHiddenField
WOHyperlink
WOImage
WOImageButton
WOJavaScript
WOParam
WOPasswordField
WOPopUpButton
WORadioButton
WORepetition
WOResetButton
WOStateStorage
WOString
WOSubmitButton
WOSwitchComponent
WOText
WOTextField
WOVBScript

Other dynamic elements are defined in the WOExtensions framework:

WOCheckBoxList
WONestedList
WORadioButtonList

See the WebObjects Developer's Guide for a more complete introduction to Dynamic Elements.

First Section