BUTTONS ElementContains buttons that are defined for the entire application. Syntax<BUTTONS> ... </BUTTONS> AttributesNone. PlacementThe BUTTONS element must be a child of the GLOBAL element. ChildrenThe following child element is supported: RemarksThe BUTTONS element groups together application-wide BUTTON definitions. Example<BUTTONS> <BUTTON .../> <BUTTON .../> ... </BUTTONS> |