[xwiki-users] Order of classes?

Esbach, Brandon Esbachb at tycoelectronics.com
Thu Apr 12 10:03:56 CEST 2007


Thanks,
Wasn't aware there was an xwiki.sort function; will be useful elsewhere
too.
 

________________________________

From: ping at familyng.org [mailto:ping at familyng.org] On Behalf Of Melv Ng
Sent: 11 April 2007 21:24
To: xwiki-users at objectweb.org
Subject: Re: [xwiki-users] Order of classes?


Hi,

I'm not sure if this is what you want, but in the case of the class page
(XWiki.XWikiClasses), you can make the list sorted by simply sorting the
class list. Replace the bottom code of the page to something like this: 

1.1 Existing Classes
#set( $list = $xwiki.sort( $xwiki.classList ) )
#foreach ($classname in $list)
   * [$classname]
#end

Best regards
Melv


On 4/11/07, Esbach, Brandon <Esbachb at tycoelectronics.com> wrote: 

	Hi all, 

	When viewing a list of classes (both in the class editor and
when attaching a class manually to a document via class list dropdown)
the order of classes seems a bit random. Is there any way to select the
sort order? 

	The userlist property type also seems to be a bit random (in my
case, selecting value or id makes no difference). 



	--
	You receive this message as a subscriber of the
xwiki-users at objectweb.org mailing list.
	To unsubscribe: mailto: xwiki-users-unsubscribe at objectweb.org
	For general help: mailto: sympa at objectweb.org
<mailto:sympa at objectweb.org> ?subject=help
	ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws 
	
	


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xwiki.org/pipermail/users/attachments/20070412/b80a167c/attachment-0001.htm 


More information about the users mailing list