Tools

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

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

Forum Posts

Last week, we released YDK-Py 0.3.0 as open source. We believe it will help the industry reap the benefits of data models and facilitate the implementation of network automation.  This release provides model-driven APIs in Python for all native and O...

saalvare by Cisco Employee
  • 540 Views
  • 0 replies
  • 6 Helpful votes

Hello,Is there a way to get nodes/nodeSets inside nodeSet using the getNode method without expanding the nodeSet? If you try to get node inside collapsed nodeSet, the getNode method returns undefined (GetNode - JSFiddle).

viihallja by Level 1
  • 563 Views
  • 1 replies
  • 0 Helpful votes

Resolved! Adding new NodeSet

Hello,I am trying to add new NodeSet to topology using the addNodeSet method. However I get "Cannot read property 'parentVertexSetID' of undefined" error. See this fiddle: NeXt nodeset - JSFiddleWhat am I missing?

viihallja by Level 1
  • 1982 Views
  • 6 replies
  • 0 Helpful votes

Hello,I am trying to load additional topology items to an existing topology, but I have the following problems:1) Links from new Nodes to existing NodeSets are invisible until the existing NodeSet is expanded:Before:After:2) How can I add NodeSets?I ...

mspoerr by Level 4
  • 1225 Views
  • 4 replies
  • 0 Helpful votes

Hello,I registered a custom svg icon, which works fine. Now I want to set it's color but this does not work. How must a custom icon look like to get the color attribute working?Thanks,/Mathias

mspoerr by Level 4
  • 1821 Views
  • 5 replies
  • 0 Helpful votes

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: {                               conte...

aaikepae by Cisco Employee
  • 538 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 1
  • 1805 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 4
  • 1622 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 1
  • 1211 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)? ...

Top Solution Authors