Show Changes Show Changes
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page Administration Page
Search

History

9/19/2008 2:36:56 PM
-66.78.110.105
7/21/2008 8:43:57 AM
-220.231.205.221
2/25/2008 12:04:42 AM
-76.30.20.161
2/25/2008 12:04:27 AM
-76.30.20.161
2/25/2008 12:03:48 AM
-76.30.20.161
List all versions List all versions

RSS feed for the FlexWiki namespace

Change Note Container Presentation
.
Owner
RequiredBuild
RelatedBugs
RelatedFeatureRequests
Summary

Details

ContainerStart

 ContainerStart(String type)
 ContainerStart(String type, String id)
 ContainerStart(String type, String id, String style)

ContainerEnd

 ContainerEnd(String type)

Example

 <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")@@
Hello World

If the wiki could accept XHTML then this huge work-around would become unnecessary.

Not logged in. Log in

Welcome to the home of FlexWiki, a collaboration tool, based on WikiWiki, implemented using Microsoft .NET technologies

This is FlexWiki, an open source wiki engine.

This site supports the new NoFollow anti-spam initiative.
Change Style

Recent Topics