Field Sets
Note: If a field is listed in the "collapsed field sets" then it must also be listed in the "collapsible field sets".
DetailDisplay{
collapsible: true; //Boolean type, default is false
collapsed: true; //Boolean type, default value is false.
collapsible field sets:; Purchase price, total price; //List of comma separated names of fields. can use the special word "all". Default value is nothing (empty).
collapsed field sets:; // List of comma separated names of fields. Can use the special word "all".
field set collapsed image:; // String type; // the image to show when a collapsible field set is
collapsed. Default value is a small right arrow.
field set expanded image:; // String Default value is a small down arrow.
}