| @@ -92,4 +92,6 @@ function toggle_sidemenu(){ | |||
| function initTopMenu(layout, view){ | |||
| if ($$(layout) && $$(view)) | |||
| webix.ui(top_toolbar, $$(layout), $$(view)); | |||
| } | |||
| } | |||
| @@ -20,8 +20,8 @@ var layout= { | |||
| } | |||
| ] | |||
| }, | |||
| { "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 } | |||
| ] | |||
| } | |||