문제

In flex, I use IBM ilog Elixir to display network topology graph.

I maintain an xml file which in turn populates nodes and links arraycollections for Diagram to display.

Now, through Diagram Editor I perform some modification on diagram and hit save. I want to get all the nodes and links on editor to modify xml file while saving.

How can I achieve it?

도움이 되었습니까?

해결책

I got the solution from other forum.

diagram.Graph gives us whole graph currently held in underlying Diagram. so, now you can access graph.nodes and graph.links to get edited values.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top