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

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)? ...

When trying to add small topology map to my Next demo, I've used following constructvar topo = new nx.graphic.Topology({                    adaptive: true,                    ...html element where this object is attached has defined size:style="width...

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

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
  • 921 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
  • 810 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 4
  • 706 Views
  • 3 replies
  • 0 Helpful votes

Hi,I am playing around for hours now. But whatever I try it does not work.I would like to load new Topologies from backend system. (REST Interface)I started with the example from showcase: "Topology with remote Data".But the propertie defined there i...

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

Hi,We have integrated next topology in Prime UI WAP3.1.We have a requirement where, we can remember the placement of icons displayed even if we move from one page to another.For now, we are calling API which returns us the x,y co-ordinates of the ico...

ssamel by Level 1
  • 1137 Views
  • 4 replies
  • 0 Helpful votes

Hi,how to bind select tag with model?This does not work: {    tag: 'select',    value: '{#model.selectedItem}',    content: [        {            tag: 'option',            content: 'item_1',            props: {                value: 'item_1',        ...

banikm.pt by Level 1
  • 464 Views
  • 0 replies
  • 0 Helpful votes

hello,I have few problems, after hours still don't know how to solve them.First, how to use ObservableDictionary? When I thy to insert key:value pairs to dict, there is only one key and one value in dict.this.myData(new nx.data.ObservableDictionary()...

banikm.pt by Level 1
  • 513 Views
  • 1 replies
  • 0 Helpful votes

Hi,I need to change the styles of the popovers and tooltips in next, specifically the z-index and width settings. For example. I have a link tooltip which I can't see because it appears underneath another element on my page.  I need to increase the z...

Top Solution Authors