General Actions:
Help on Rights Editor usage.
<div id="xwikirightshelppanel">
#largepanelheader("Rights editor help")
<div id="xwikirightshelp">
<div id="xwikihelpusers">
<div id="xwikihelpusersHeader" class="accordionTabTitleBar"><h6>Users</h6></div>
<div id="xwikihelpusersContent" class="accordionTabContentBox">
This field should contain the wikiname of each user you want to apply the rights to. For example <em>XWiki.JohnDoe</em>. <em>XWiki.XWikiGuest</em> should be used for unidentified users.
</div>
</div>
<div id="xwikihelpgroups">
<div id="xwikihelpgroupsHeader" class="accordionTabTitleBar"><h6>Groups</h6></div>
<div id="xwikihelpgroupsContent" class="accordionTabContentBox">
This field should contain the wikiname of each group you want to apply the rights to. <em>XWiki.XWikiAllGroup</em> represents the group of all logged-in users with an account on your Wiki. #if($xwiki.isVirtual())<em>xwiki:XWiki.XWikiAllGroup</em> represents the group of all logged-in users using an XWiki.com account.#end
</div>
</div>
<div id="xwikihelplevels">
<div id="xwikihelplevelsHeader" class="accordionTabTitleBar"><h6>Access levels</h6></div>
<div id="xwikihelplevelsContent" class="accordionTabContentBox">
This field should contain a list of access levels that you want to apply to the users and groups specified. Available access levels are: #if($!request.getParameter("global").equals("1"))admin, programming, register,#end edit, view, comment. To protect your wiki in view and edit mode use "view, edit". To protect adding comments use "comment".
</div>
</div>
<div id="xwikihelpallow">
<div id="xwikihelpallowHeader" class="accordionTabTitleBar"><h6>Allow/Deny</h6></div>
<div id="xwikihelpallowContent" class="accordionTabContentBox">
This field should contain <em>Allow</em> to specify that this is an allow right, and <em>Deny</em> to specify a deny right. An <em>allow</em> right means: "this wiki, space or document is *only* visible or editable to the users or groups specified".
</div>
</div>
</div>
#panelfooter()
</div>
<script type="text/javascript">new Rico.Accordion( 'xwikirightshelp', {panelHeight:'max'} ); togglePanelVisibility((document.getElementById('xwikirightshelppanel')).getElementsByTagName('div').item(0));</script>