Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Deck of Cards
idsdkTopology
Card
defaulttrue
labelUI Control
titleInterface for displaying the topology structure of a model

Card
labelController & Methods
titleThe modules to be loaded for using this interface

Controller: topologyController

Methods:

toggleDisciplineVisibility(Object discipline): Toggles the layer/discipline visibility

toggleNodeVisibility(Object node): Toggles the visibility of the specified node object and its child elements.

toggleNodeExpand(Object node): Expand/collapse the specified node in the tree view

find(String node_id): Loads the project topology

findObject(): Loads the object topology

Card
labelTemplate & View
titleThe template that has to be loaded

Template: topology.hbs

View: topologyView

 

...

Anchor
user
user

User

This control is used for displaying user information & his application settings (context menus)

...

Deck of Cards
idsdkUser
Card
defaulttrue
labelUI Control
titleInterface for displaying user info & his application settings

Card
labelController & Methods
titleThe modules to be loaded for using this interface

Controller: userController, usermenuController

Methods: No public methods:

userController

find(): Loads user info from local database or make AJAX request to server

usermenuController

init(): Initialize UI strings

gotoUsermenuLink(): Open portal deeplink in the same or new window

Card
labelTemplate & View
titleThe template that has to be loaded

Template: menu.hbs

View: userView, usermenuView