I have the following WikiTalk code and was wondering how I could sort the
topics being displayed within each section. Right now they're alphabetical
and I'd like to sort them myself so the order is relevant to what my users
are looking for. Any ideas?
:Sections:{
[
"MySection1",
" MySection2",
" MySection3"
]
}
@@
this.Sections.Collect{
eachSection|
[
"!!!",
eachSection,
Newline,
namespace.TopicsWith("HomePageSection",
eachSection).Sort.Collect{
eachSectionPage|
[
Tab,
"*",
Presentations.Link(federation.LinkMaker.LinkToTopic(eachSectionPage.Fullname
),
eachSectionPage.GetProperty("FriendlyName")),
" ",
eachSectionPage.GetProperty("Summary"),
Newline
]
}
]
}
@@
Shannon Ma
Neutex Systems
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users