group directive infields.ini file
The group directive allows you to declare that certain fields of your table should be grouped together on the edit form and the view tab (and other logical places). For example, fields like address, city, state, country, postal_code would likely be grouped together as address_info. Grouping the fields together will make the fields appear in a section of their own in the view tab and the edit form.
E.g. In your fields.ini file:
[address]
group=address_info
[city]
group=address_info
[state]
group=address_info
[country]
group=address_info
[postal_code]
group=address_info
Configuring the Group as a Whole
You can also configure your group in the fields.ini file by adding a fieldgroup:NAME section, where NAME is the name of the group. E.g.
[fieldgroup:address_info]
label="Address Information"
description = "Please enter your address information below"
See also:
- fields.ini file - Scroll down to the Field Groups section.
var disqus_identifier = ‘xataface.com/wiki/group’; (function() { var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true; dsq.src = ‘http://xataface.disqus.com/embed.js’; (document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(dsq); })(); blog comments powered by Disqus
//<![CDATA[ (function() { var links = document.getElementsByTagName(‘a’); var query = ‘?’; for(var i = 0; i < links.length; i++) { if(links[i].href.indexOf(‘#disqus_thread’) >= 0) { query += ‘url’ + i + ‘=’ + encodeURIComponent(links[i].href) + ‘&’; } } document.write(‘