Presentation Skin
Last modified by Vincent Massol on 2014/10/21 14:17
Example
Check out this Presentation about XWiki as web development platform to see this skin in action.
Usage
To use this Presentation Skin, follow these steps:
- Create a document with some content such as for example:= XWiki =
A collaborative development platform runtime based on the wiki paradigm
(% style="font-size: 70%;" %)
(((
Vincent Massol
October 2011
)))
=== Agenda ===
* What is XWiki?
* Development Capabilities
* Why use XWiki?
* QA
=== Slide 1 ===
This is a paragraph on slide 1
(% class="build" %)
* item 1
* item 2
=== Slide 2 ===
Hello world!
image:http://www.xwiki.org/xwiki/bin/download/ColorThemes/MainCT/logo.png
=== Slide 3 ===
|=Header1|=Header2
|//value1//|**value2**
##monospace##
=== Slide 4 ===
{{code language="java"}}
...
// Find all sections and create one <article> per section
def xdom =
xwiki.getDocument("Main.Test2").getDocument().getXDOM()
xdom.getBlocks(new ClassBlockMatcher(
HeaderBlock.class), Block.Axes.DESCENDANT).each()
{
...
}
{{/code}} - Attach an Object of type Presentation.PresentationClass
- Click the "Run the presentation" button!