I suspect that Ignacio suggested what you really want, but to directly
answer your question, you can do something like to switch the order

<form>
  <field-list: replace></field-list:>
  <actions: replace>
     <div>Hello</div>
     <actions restore/>
     <field-list fields="foo,bar"/>
  </actions>
</form>

Notice that I'm restoring actions but I'm removing field-list and
replacing with a new one.

Bryan



On Wed, Feb 1, 2012 at 3:08 PM, Peter Pavlovich <[email protected]> wrote:
> I have a situation in which I would like to create a custom input form
> for a given model but I would like to keep the standard form buttons
> at the bottom of the form ("Save XXX" and "Cancel"). Is there a way in
> DRYML to do this? In other words, are the buttons contained in a
> restorable tag parameter?
>
> Thanks in advance!
>
> Peter
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Hobo Users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/hobousers?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to