| function initTopMenu(layout, view){ | function initTopMenu(layout, view){ | ||||
| if ($$(layout) && $$(view)) | if ($$(layout) && $$(view)) | ||||
| webix.ui(top_toolbar, $$(layout), $$(view)); | webix.ui(top_toolbar, $$(layout), $$(view)); | ||||
| } | |||||
| } | |||||
| } | } | ||||
| ] | ] | ||||
| }, | }, | ||||
| { "view": "template", "template": "Content", "role": "placeholder" }, | |||||
| { "view": "template", "template": "Footer ", "role": "placeholder", "height": 50 } | |||||
| { "view": "template", id:"worksapce", "template": "Content", "role": "placeholder" }, | |||||
| { "view": "template", id:"footer", "template": "Footer ", "role": "placeholder", "height": 50 } | |||||
| ] | ] | ||||
| } | } | ||||