I added the following to my application.dryml so that I could specify the
order that I wanted fields to appear in my new record form:
<extend tag="form" for="Product">
<old-form merge>
<field-list fields="category, customer, department, vendor, name,
serial_number, date_ordered, date_received, date_invoiced,
vendor_invoice, scc_invoice, quantity, dollar_amount,
warranty_years, warranty_days, item, comments"/>
</old-form>
</extend>
When I do that the fields come out in the correct order, but my 'Create'
and 'Cancel' buttons are now gone.
I know I am overlooking something simple, but being new to this I am not
sure what I messed up.
Thanks,
Jim
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/hobousers/-/CA3IkCh63ioJ.
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.