Wiki source code of WOFrame
Version 3.1 by Pascal Robert on 2011/05/08 01:36
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{toc}}{{/toc}} |
2 | |||
3 | = Introduction = | ||
4 | |||
![]() |
3.1 | 5 | WOFrame will generate a <frame> HTML element. |
6 | |||
![]() |
1.1 | 7 | = Usage = |
8 | |||
9 | {{code}} | ||
10 | |||
![]() |
3.1 | 11 | WOFrame { |
12 | value=aMethod; | ||
13 | | src=aURL; | ||
14 | | pageName=aString; | ||
15 | | directActionName=anActionName; actionClass=className;... | ||
16 | } | ||
![]() |
1.1 | 17 | |
18 | {{/code}} | ||
19 | |||
20 | = Bindings = | ||
21 | |||
![]() |
3.1 | 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 | |||
![]() |
1.1 | 28 | = Examples = |
29 | |||
30 | == Java methods == | ||
31 | |||
32 | == WOD-style == | ||
33 | |||
34 | {{code}} | ||
35 | |||
36 | |||
37 | {{/code}} | ||
38 | |||
39 | == Inline bindings (WOOGNL) == | ||
40 | |||
41 | {{code}} | ||
42 | |||
43 | |||
44 | {{/code}} | ||
45 | |||
46 | = Related documents = |