Changes for page WOFrame

Last modified by Pascal Robert on 2011/05/08 01:36

From version 2.1
edited by Pascal Robert
on 2011/04/26 23:07
Change comment: There is no comment for this version
To version 3.1
edited by Pascal Robert
on 2011/05/08 01:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,15 +2,29 @@
2 2  
3 3  = Introduction =
4 4  
5 +WOFrame will generate a <frame> HTML element.
6 +
5 5  = Usage =
6 6  
7 7  {{code}}
8 8  
11 +WOFrame {
12 + value=aMethod;
13 + | src=aURL;
14 + | pageName=aString;
15 + | directActionName=anActionName; actionClass=className;...
16 +}
9 9  
10 10  {{/code}}
11 11  
12 12  = Bindings =
13 13  
22 +| value | Method that will supply the content for this frame.
23 +| src | External source that will supply the content for this frame.
24 +| pageName | Name of WebObjects page that will supply the content for this frame.
25 +| directActionName | The name of the direct action method (minus the "Action" suffix) that will supply the content for the frame.
26 +| actionClass | The name of the class in which the method designated in directActionName can be found. Defaults to "DirectAction".
27 +
14 14  = Examples =
15 15  
16 16  == Java methods ==