Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Control if group label should be printed: Default behavior is that before we print any of the elements in the group we print the group label if the group has any label. You can control the style (font/borders/colors etc.) in the style sheet, but using an option you can also control when it should be shown (or not).
You can pass the option show-group-label=mode, where mode is one of:

  • always: Will always make room for the group label even if the group does not have a label.
  • nonempty: Will print the label if the group has any label (even if it is not shown in the client). This is the default behaviour.
  • inclient: Will print the label only if the group has a label and it is also shown in the client (e.g. "Show border" is true for the group).
  • never: Will never print the group label.

Using more than one option: More than one option can be given to the same parameter option, just comma seperatedseparated.
Example: To give the element label column width of 25%, show checkboxes before elements, never show group label, indent disabled elements by 5mm and custom columns for the flow table - use the following option:

show-checkbox-before-element-label=true,element-is-disabled-by-label- indent=5mm,element-label-column-percentagewidth=25,show-group- label=never,dyn-field-table-column-width-1=1,dyn-field-table-column- width-2=2,dyn-field-table-column-width-3=12