Introduction
WOFrame will generate a <frame> HTML element.
Usage
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". |