Order flag in fields.ini

Archived from the Xataface Users forum.

cantlep — Wed May 26, 2010 2:48 pm

Hiya,

Is there a way to use the “order” flag in fields.ini but only let it affect “List View” as opposed to “List View” and “New Entry”.

i.e. Have a column at the far rigth in “List view” (i.e. order=12) but have it shown at the top in “New Entry” (i.e. order=1)

Thanks

Paul


shannah — Wed May 26, 2010 2:59 pm

No. But you can organize fields into groups which are ignored by list view but are respected by the edit and new forms. You can then order the groups.

e.g.

Code: Select all
`[fieldgroups:mygroup]
    order=-1
    label=”My Group Label”

[myfield]
   order=10
   group=mygroup`