Creates a window to show different content.
Classes
Members
-
staticWindow.templateMax
-
todo
-
staticWindow.templateTable
-
todo
Methods
-
changeLang(){Void}
modules/window/model.js, line 65 -
change language - sets default values for the language Translates the title of the window, if 'nameTranslationKey' exists in tool and no name is defined in config.js for the tool.
-
collapseWindow(){void}
modules/window/model.js, line 96 -
Collapses the Window
-
setCollapse(value){void}
modules/window/model.js, line 106 -
Sets the value for "isCollapsed"
Name Type Description value
Boolean true/ false -
setIsVisible(value){void}
modules/window/model.js, line 115 -
Sets the value for "isVisible"
Name Type Description value
Boolean true/ false -
setParams(value){void}
modules/window/model.js, line 129 -
Sets the parameters for the Window
Name Type Description value
Object Object containing name, glyphicon and id
Events
-
RadioTriggerWindowCollapseWin
devtools/jsdoc/events.js, line 1557 -
is triggered by tool
Name Type Description model
Backbone.Model toolModel that is shown in toolwindow Listeners of This Event:
Example
Radio.trigger("Window", "collapseWin", model);
-
RadioTriggerWindowSetIsVisible
devtools/jsdoc/events.js, line 1569 -
controls whether the window should be opened or closed
Listeners of This Event:
-
RadioTriggerWindowShowTool
devtools/jsdoc/events.js, line 1564 -
todo
Listeners of This Event: