Saving orderable repeater

View: New views
1 Messages — Rating Filter:   Alert me  

Saving orderable repeater

by MÂȘ Magdalena Buades Fuster :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have a repeater orderable. The first time when I try to save the data
on a XML it saves correctly.
But, when I try to save it on the same XML than it has been loaded
previously, it doesn't change the order, only edit the fields, but not
the order.


<fd:repeater id="test" orderable="true" initial-size="1" min-size="1"
max-size="">
  <fd:widgets>
    <fd:field id="code">
      <fd:label>Code</fd:label>
      <fd:datatype base="string" />
     </fd:field>
    <fd:field id="name">
      <fd:label>Name</fd:label>
      <fd:datatype base="string" />
     </fd:field>
  </fd:widgets>
</fd:repeater>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...