Wiki source code of WOComponentContent
Last modified by Pascal Robert on 2012/01/30 22:28
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
8.1 | 1 | {{toc/}} |
![]() |
2.1 | 2 | |
3 | = Introduction = | ||
4 | |||
![]() |
6.1 | 5 | WOComponentContent allows you to write nested components as HTML container elements: Elements that can include text and other elements between their opening and closing tags. Using WOComponentContent you can, for example, write a component that defines the header and footer for all of your application's pages. |
6 | |||
7 | The WOComponentContent dynamic element doesn't have any attributes. It's simply a marker that specifies where the contents wrapped by the component's <WEBOBJECT> tag should go. | ||
8 | |||
9 | {{info}} | ||
10 | You can only have one WOComponentContent element in a given component. | ||
11 | {{/info}} | ||
12 | |||
![]() |
2.1 | 13 | = Usage = |
14 | |||
15 | {{code}} | ||
16 | |||
![]() |
6.1 | 17 | WOComponentContent { } |
![]() |
2.1 | 18 | |
19 | {{/code}} | ||
20 | |||
21 | = Bindings = | ||
22 | |||
23 | = Examples = | ||
24 | |||
25 | == Java methods == | ||
26 | |||
27 | == WOD-style == | ||
28 | |||
![]() |
8.1 | 29 | {{code/}} |
![]() |
2.1 | 30 | |
31 | == Inline bindings (WOOGNL) == | ||
32 | |||
![]() |
8.1 | 33 | {{code/}} |
![]() |
2.1 | 34 | |
35 | = Related documents = | ||
![]() |
6.1 | 36 | |
![]() |
8.1 | 37 | [[ERXWOComponentContent>>url:http://wocommunity.org/documents/javadoc/wonder/latest/er/extensions/components/ERXWOComponentContent.html||shape="rect"]] |