Skip to content
Snippets Groups Projects
Commit 47d39483 authored by juanf's avatar juanf
Browse files

SSDM-179: ELN UI - Navigation widget from spaces to experiments

SVN: 31485
parent 9b70177f
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@
* @this {MainMenu}
* @param {string} containerId The Container where the Inspector DOM will be atached.
* @param {List<GroupOfMenuItems>} inventoryStructure The menu structure.
* @param {Map<String, List<Projects>>} experimentsStructure The menu structure.
* @param {String} mainMenuContentExtra Extra HTML code for the main menu.
*/
function MainMenu(mainController, containerId, inventoryStructure, experimentsStructure, mainMenuContentExtra) {
this.mainController = mainController;
......
/*
* Copyright 2014 ETH Zuerich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Creates an instance of the browser widget.
*
* @constructor
* @this {BrowserWidget}
* @param {string} containerId The Container where the Inspector DOM will be attached.
* @param {Map<String, List<Projects>>} structure The menu structure.
*/
function BrowserWidget(mainController, containerId, structure) {
this.containerId = containerId;
this.mainController = mainController;
......
......@@ -15,11 +15,11 @@
*/
/**
* Creates an instance of MainMenu.
* Creates an instance of the inventory widget.
*
* @constructor
* @this {MainMenu}
* @param {string} containerId The Container where the Inspector DOM will be atached.
* @this {InventoryWidget}
* @param {string} containerId The Container where the Inspector DOM will be attached.
* @param {List<GroupOfMenuItems>} menuStructure The menu structure.
*/
function InventoryWidget(mainController, containerId, menuStructure) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment