Topo Dialog Service

Dialog service API.

Function Descriptions

openDialog()

  • Opens the topology view dialog box

closeDialog()

  • Closes the topology view dialog box

createDiv(cls)

  • cls: CSS class to assign (optional)
  • Creates a (detached) div element
  • If cls is defined, it is applied as a CSS class to the div
  • Returns a D3 selection of that div