====== GroupBox Control ====== GroupBox controls used for visual grouping of related controls. {{:scripting:dialogs:groupbox.png?direct|GroupBox control example}} ===== Properties ===== ^ Property ^ Default Value ^ Description ^ | **id** | empty | id (name) of the script data object associated with control | | **title** | empty | groupbox title | | **align** | stretched | [[scripting:dialogs:align|Alignment]] of the control | ===== Example ===== var dialog_template = '@ \ \ \ \ \ \ \ \ \ \ \ \ @'; dialog(dialog_template);