Change order in a repeat

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Change order in a repeat

Andrew Bailey
Id like to show a repeat of items and be able to change the order
with 2 triggers: Move selected up, Move selected down

Anyone have any ideas on how to do this?

Andy Bailey


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Change order in a repeat

Markku Laine
> Id like to show a repeat of items and be able to change the order
> with 2 triggers: Move selected up, Move selected down
>
> Anyone have any ideas on how to do this?

You can either trigger a new database query and make a correct sorting  
for your data in your XQuery expression or you can sort your data on  
the client-side using the eXForms function: exf:sort():
http://www.orbeon.com/ops/doc/reference-xforms-functions#d135e1300

Regards


-Markku


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Change order in a repeat

Erik Bruchez
Administrator
In reply to this post by Andrew Bailey
xforms:insert and xforms:delete are your friends here! See this example:

   http://www.pastie.org/405360

It is in the CVS now under:

   RESOURCES/apps/xforms-sandbox/sample/repeat-move.xhtml

-Erik

On Mar 1, 2009, at 8:11 PM, Andrew Bailey wrote:

> Id like to show a repeat of items and be able to change the order
> with 2 triggers: Move selected up, Move selected down
>
> Anyone have any ideas on how to do this?
>
> Andy Bailey
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws