. Owner
RequiredBuild
RelatedBugs
RelatedFeatureRequests
Summary
Details
ContainerStart
ContainerStart(String type)
ContainerStart(String type, String id)
ContainerStart(String type, String id, String style)
type - The type of the element to add. Must be either "@div@" or "@span@".
id - The id of the element
style - The CSS class name for the element
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")@@
If the wiki could accept XHTML then this huge work-around would become unnecessary.
Derek Lakin is a C# .NET developer primarily focusing on Windows Forms development and a CoreDeveloper for FlexWiki. Currently employed by "Content Master":http://www.contentmaster.co.uk producing learning material, white papers, and presentations, primarily for "Microsoft":http://www.microsoft.com.
11/20/2007 3:40:12 AM - -90.206.52.15
<Summary of bug fix>Summary: Which version is required for this ChangeNote
4/3/2008 9:43:28 AM - -199.31.3.195
Click to read this topic 8/3/2008 1:22:00 AM - 164.100.45.130
Which are the related Feature Requests
1/24/2008 2:03:32 PM - FLWCOM-jwdavidson
Welcome to the home of FlexWiki , an experimental collaboration tool, based on WikiWiki .
This is FlexWiki , an open source wiki engine.
This site supports the new NoFollow anti-spam initiative.
Recent Topics
ChangeNoteContainerPresentation
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Definition of WikiWiki on wikipedia.org
7/30/2007 9:11:19 AM - DerekLakin-90.199.71.244
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
An extension to HTML that search engines use to ignore potential LinkSpam.
3/9/2008 4:21:17 PM - FLWCOM-jwdavidson