Toggle navigation
Log-in
Wiki Index
Page Index
User Index
Browse Wikis
Wiki source code of
Browse Wikis
Last modified by
Ricardo Rodríguez Fernández
on 2015/02/13 17:05
Show line numbers
{{velocity}} ## Load the User Picker style for the wiki owner column. #set($discard = $xwiki.ssfx.use('uicomponents/widgets/userpicker/userPicker.css')) #set($columns = ['wikiprettyname', 'description', 'owner', 'doc.creationDate', 'membershipType']) #set($columnsProperties = { 'wikiprettyname' : { 'type' : 'text', 'link' : 'field' }, 'description' : { 'type' : 'text' , 'size' : 50, 'html' : 'true' }, 'owner' : { 'type' : 'text', 'size' : 10, 'html' : 'true' }, 'membershipType' : { 'sortable': false, 'filterable': false}, 'doc.creationDate' : { 'type' : 'date', 'size' : 10, 'html' : 'false' } }) #set($options = { 'className' : 'XWiki.XWikiServerClass', 'rowCount' : 10, 'resultPage' : 'WikiManager.WikisLiveTableResults', 'translationPrefix' : 'platform.wiki.browse.' }) #if(!$isGuest) #set($discard = $columns.add('_actions')) #set($discard = $columnsProperties.put('_actions', { 'actions' : ['join', 'requestJoin', 'cancelJoinRequest', 'viewInvitation', 'leave', 'edit', 'delete'] })) #end #livetable('wikis', $columns, $columnsProperties, $options) #set($docextras=[]) {{/velocity}}