This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

Mit dem Style "prettify" kann das Nowiki Markup mit Syntaxhighlighting versehen werden. Anstatt "prettify" kann auch der Ausdruck "code" verwendet werden.

Beispiel#

function helloWorld() {
    alert("Hello World!");
}

Code#

%%prettify
{{{
function helloWorld() {
    alert("Hello World!");
}
}}}
%%

JSPWiki Prettify Dokumentation

Add new attachment

Only authorized users are allowed to upload new attachments.

« This particular version was published on 02-Jul-2012 16:16 by ChristophSauer.