Thank you, your were correct apart from I hadn't already created a tag
for this, so I need to define it (rather than extends it), such as...

<def tag="form" for="Something">
  <form merge param="default">
    <error-messages param/>
    <field-list fields="field1, field2, field3" param/>
    <div param="actions">
      <submit label="#{ht
'onboardings.actions.save', :default=>['Save']}" param/>
      <or-cancel param="cancel"/>
    </div>
  </form>
</def>

On Jul 12, 1:16 pm, storitel <[email protected]> wrote:
> it doesn't take very much dryml to achieve this? i think you just need
> thoe following in application.dryml
>
> <extend tag="form" for="Yourmodel">
>   <old-form merge>
>     <field-list fields="field2, field1... etc"/>
>   </old-form>
> </extend>
>
> On 11 July, 21:16, "Christopher Marsh-Bourdon" <christop...@marsh-
>
> bourdon.com> wrote:
> > It appear that by default text, date and text area input objects are shown
> > in a New or Edit page prior to any relational input objects, such as
> > dropdown combos.  Is there any way to specify the order without resorting to
> > too much .dryml?
>
> > Regards
>
> > Christopher

-- 
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