|
Show Changes |
|
Edit |
|
|
|
Recent Changes |
|
Subscriptions |
|
Lost and Found |
|
Find References |
|
Rename |
|
Administration Page |
| Search |
History
| 10/10/2008 4:53:43 PM | |
| FLWCOM-jwdavidson | |
| 9/24/2008 5:32:26 AM | |
| FLWCOM-jwdavidson | |
| 9/19/2008 8:30:07 AM | |
| FLWCOM-jwdavidson | |
| 9/18/2008 4:06:45 PM | |
| FLWCOM-jwdavidson | |
| 9/18/2008 11:27:27 AM | |
| FLWCOM-jwdavidson | |
|
List all versions |
In order to display a topic using the new parser you need to ensure that flexwiki.config does _NOT_ have
<DisableNewParser>true</DisableNewParser>
which causes all access to the new parser to be shut off.
Then in the topic you have to add a property DisplayUsingNewParser with a value of 'true' as in this topic. You can verify that the new parser is being used as the division between sections of the borders is now a visible rule rather than just empty space when using the original parser
It is also necessary to modify the borders so that each border is wrapped in a div. If you are using the _ NormalBorders from FlexWiki then you can just copy the current borders fro this site. You will see that each border has a
Presentations.ContainerStart.("div", "Wrapper")
and a
Presentations.ContainerEnd("div")
at the start and end of each definition (though there are additional minor changes needed to make things work
)
See TableFormattingNewParser or NewParserTableSample for some features that are only available in the new parser.