Namespace: Window

Window

Creates a window to show different content.

Classes

Window
WindowView

Members

staticWindow.templateMax

todo

staticWindow.templateTable

todo

Methods

changeLang(){Void}

modules/window/model.js, line 66
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 97
Collapses the Window

setCollapse(value){void}

modules/window/model.js, line 107
Sets the value for "isCollapsed"
Name Type Description
value Boolean true/ false

setIsVisible(value){void}

modules/window/model.js, line 116
Sets the value for "isVisible"
Name Type Description
value Boolean true/ false

setParams(value){void}

modules/window/model.js, line 130
Sets the parameters for the Window
Name Type Description
value Object Object containing name, glyphicon and id

Events

RadioTriggerWindowCollapseWin

devtools/jsdoc/events.js, line 1551
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 1563
controls whether the window should be opened or closed
Listeners of This Event:

RadioTriggerWindowShowTool

devtools/jsdoc/events.js, line 1558
todo
Listeners of This Event: