소스 검색

make sure summary is a template for workspace.

master
Patrick Sun 5 년 전
부모
커밋
14cf79e000
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -1
      front-end/js/common.js
  2. +2
    -2
      front-end/js/summary.js

+ 3
- 1
front-end/js/common.js 파일 보기

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));
}
}



+ 2
- 2
front-end/js/summary.js 파일 보기

} }
] ]
}, },
{ "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 }
] ]
} }



Loading…
취소
저장