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. Im cciServer kann Anstatt "prettify" kann auch der Ausdruck "code" verwendet werden.

Beispiel#

(TODO: Beispiel wird nicht korrekt angezeigt, weil dieses Wiki noch nicht die aktuellste cciServer Distro verwendet.)

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

Code#

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

Anmerkungen#

Diese Funktion ersetzt das JSPWiki Contributed ColorCodePlugin. Es ist vergleichbar mit Mediwikis <code>xxx</code> Wiki Markup

Original Doku: 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:24 by ChristophSauer.