Tools

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

Quote from Bruno Klauser email Performance issues with JS Client after opening/closing NodeSets multiple times to overlay paths (2) over links nx.define('Tooltip.Node', nx.ui.Component, {                view: {                               content: ...

aaikepae by Cisco Employee
  • 954 Views
  • 1 replies
  • 0 Helpful votes

Hi,I am trying to change visibility of nodes in the topology. I am able to set node._model.visible(false)Then it's gone. But my problem is, after that I can not find that node in this.view('topo') in my nx.graphic.Topology any more.So I am not able t...

m.rainer by Level 2
  • 2647 Views
  • 2 replies
  • 1 Helpful votes

Hello,I have the following problems with the "collapsed" NodeSet property:When I set it directly in the nodeSetConfig properties (collapsed: false), the nodeSets are still collapsed, but the Expand button ( + ) does not work any moreI tried to implem...

mspoerr by Level 2
  • 2682 Views
  • 7 replies
  • 0 Helpful votes

I am using data and shell model when creating diagrams.This is my shell.js. It is standard one, taken from Cisco NeXt UI examples.The data is comming from topologyData dictionary.How do I change the icon of a network device inside shell.js? i.e. how ...

Resolved! View Position

Hello,We are trying to save the position of our nodes and nodesets to database.Everything works fine so far. But when using"dataProcessor: force or nextforce"the nodes move automatically when being saved and reloaded. When using dataProcessor we reco...

m.rainer by Level 2
  • 2051 Views
  • 3 replies
  • 1 Helpful votes

Hello Everyone,Forgive me if my question seems stupid. I am a beginner in HTML5/JavaScript programming, specifically with NeXt UI toolkit. Question: Is it possible to develop a NeXt UI application as a standalone desktop platform (no Client/Server)? ...

PatrickMambo by Community Member
  • 1106 Views
  • 1 replies
  • 0 Helpful votes

When trying to add small topology map to my Next demo, I've used following construct                   adaptive: true,                    ...html element where this object is attached has defined size:style="width:100%; height:300px; border: 1px soli...

Hi,What is the correct way to set tooltip styles? For example, I have a link tooltip which i need to change the width and z-index values. Do i set properties in the tooltipManagerConfig property within a topology? or by some other means?thanks

beasleyjon by Community Member
  • 1280 Views
  • 1 replies
  • 0 Helpful votes

Hi there,I keep getting a console warning 'Please set height*width to topology's parent container'; my code is based on the dynamic topology example in the example github repo that's been posted on here.I've set CSS height & width for the parent elem...

jawalke2 by Cisco Employee
  • 1678 Views
  • 4 replies
  • 1 Helpful votes

Hi there,Another quick question: I'm using custom tooltips per the example (all good), I'd like to be able to call functions elsewhere in my app whenever a node is clicked on / the tooltip presented - is there an easy way to hook into this?Thanks in ...

jawalke2 by Cisco Employee
  • 1340 Views
  • 3 replies
  • 0 Helpful votes

Hello,when I return iconType "accessPoint" within a nodeSet, it is displayed as switch. accesspoint works well as stand-alone icon. Are there limitiations regarding supported icons for nodeSets?One more question: Are there more built-in icons than li...

mspoerr by Level 2
  • 1146 Views
  • 3 replies
  • 0 Helpful votes