ToolBar

Панель инструментов.

Extends

Container

Syntax

new ToolBar(parent)

Parameters

Name Type Description
parent элемент Родительский элемент.

ToolBar.metadata

Метаданные типа ToolBar.

Examples

{
    "Items": [{
        "Button": {
            "Text": "Button1"
        }
    }, {
        "Button": {
            "Text": "Button2"
        }
    }, {
        "Button": {
            "Text": "Button3"
        }
    }]
}