Changes for page WOFrame

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

From version 3.1
edited by Pascal Robert
on 2011/05/08 01:36
Change comment: There is no comment for this version
To version 4.1
edited by Pascal Robert
on 2011/05/08 01:36
Change comment: Migrated to Confluence 4.0

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -{{toc}}{{/toc}}
1 +{{toc/}}
2 2  
3 3  = Introduction =
4 4  
... ... @@ -19,11 +19,31 @@
19 19  
20 20  = Bindings =
21 21  
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".
22 +|(((
23 +value
24 +)))|(((
25 +Method that will supply the content for this frame.
26 +)))
27 +|(((
28 +src
29 +)))|(((
30 +External source that will supply the content for this frame.
31 +)))
32 +|(((
33 +pageName
34 +)))|(((
35 +Name of WebObjects page that will supply the content for this frame.
36 +)))
37 +|(((
38 +directActionName
39 +)))|(((
40 +The name of the direct action method (minus the "Action" suffix) that will supply the content for the frame.
41 +)))
42 +|(((
43 +actionClass
44 +)))|(((
45 +The name of the class in which the method designated in directActionName can be found. Defaults to "DirectAction".
46 +)))
27 27  
28 28  = Examples =
29 29  
... ... @@ -31,16 +31,10 @@
31 31  
32 32  == WOD-style ==
33 33  
34 -{{code}}
54 +{{code/}}
35 35  
36 -
37 -{{/code}}
38 -
39 39  == Inline bindings (WOOGNL) ==
40 40  
41 -{{code}}
58 +{{code/}}
42 42  
43 -
44 -{{/code}}
45 -
46 46  = Related documents =