
![]() |
Show Changes |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 9/12/2007 7:12:47 PM |
| -10.10.192.22 |
![]() |
List all versions |
Related Topics
ContainerStart(String type) ContainerStart(String type, String id) ContainerStart(String type, String id, String style)
ContainerEnd(String type)
<div id="my_div" class="my_class"> <span>Hello World</span> </div>
To produce the output above would require the following:
@@Presentations.ContainerStart("div", "my_div", "my_class")@@
@@Presentations.ContainerStart("span")@@Hello World@@Presentations.ContainerEnd("span")@@
@@Presentations.ContainerEnd("div")@@
If the wiki could accept XHTML then this huge work-around would become unnecessary.