Documentation Archive Developer
Search
PATH  WebObjects 4.0 Documentation > Dynamic Elements


WOFrame


Synopsis

WOFrame { value=aMethod; | src=aURL; | pageName=aString; | directActionName=anActionName; actionClass=className;... };


Description

WOFrame represents itself as a dynamically generated Netscape Frame element.


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.



Copyright © 1998, Apple Computer, Inc. All rights reserved.