LAYOUT section / STACK container |
Defines a stack area to group other layout elements together, in a stack-based layout.
GROUP [identifier] [ ( attribute-list ) ] stack-item [...] END
Use a GROUP stack layout element to group other stack items together.
For more details about this item type, see GROUP item type.
GROUP group1 (TEXT="Customer info") EDIT ... BUTTONEDIT ... ... END