Element Description
WOFrame represents itself as a dynamically generated Netscape
Frame element.
Synopsis
WOFrame { value=aMethod;
| src=aURL; | pageName=aString;
| directActionName=anActionName; actionClass=className;...
};
Bindings
- value
- Method that will supply the content for this frame.
- src
- External source that will supply the content for this
frame.
- pageName
- Name of WebObjects page that will supply the content
for this frame.
- directActionName
- The name of the direct action method (minus the "Action"
suffix) that will supply the content for the frame.
- actionClass
- The name of the class in which the method designated
in directActionName can be found. Defaults
to "
DirectAction
".