XWiki Tech Notes

Table of Contents

Remote versions on XWiki.com

Changelog

Browse by Webspace

Vendor FAQ Listing

How to highlight a block of words.

This is a simple example

<span style="background-color:yellow">This is a simple example</span>

How to change font color for a block of words.

This is a simple example

<span style="color: rgb(153, 0, 0);">This is a simple example</span>

How to change both font and background color along with character bolding

This is a simple example

<span style="background-color:maroon; color:yellow; font-weight: bold;">This is a simple example</span>

How to add a text area 40 chars wide

<textarea wrap="nowrap" cols="80" rows="20" name="textarea">This is a test</textarea>

How to prevent anonymous comments (SPAM)

Do the following by adding the changes to the XWiki Access Rights. Do not change current object(s) BUT add a new object with these values!

A good way to have only logged user editing and commenting is:

groups: XWiki.XWikiAllGroup, xwiki:XWiki.XWikiAllGroup
users: empty
level: edit, comment
allow: Allow

Configuring XWiki

Troubleshooting XWiki

Good Article / Tutorial


Creator: Dennis Coonich on 2009/02/25 03:33
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 1.8.2.19075 - Documentation