Get your own customer support community

Recent activity

Subscribe to this feed
  • question

    Marc asked a question in CustomWare on July 02, 2009 07:48:

    Marc
    How can one sort a report-block by the manual order of the children?
    I'm using the recipe below to add the contents of all children to a parent's page. While I can get it to do it alphabetically, I cannot get {text-sort} to use the manual sort order of the children (as sorded in the tree/heirarchy view).

    From: http://www.customware.net/repository/...

    {report-block}
    {content-reporter:scope=@self > children}
    {text-sort:content:title}
    {content-reporter}

    {report-body}
    h2. {report-info:content:title|link=true}

    {report-info:content:body|render=wiki}
    {report-body}

    {report-block}

    Is there a text-sort option that will let me do this?