|
Hi, \nI am using the mxgraph in java and want to colapse/expand the cells if the cell get \nclicked by the mouse.\nHow can I enable this feature? \nI set the option setFoldingEnabled(true) of the graph component but nothing happen.\nMust I do anything else? I have not found any example for the mxgraph and this problem. \nbest regards,\nJuli |
|
There is an example in JavaScript that might help Is the Java version identical? \nI thought there are different commands used?
(24 Jan, 11:24)
jburger
Same same but different.
(25 Jan, 04:48)
Gaudenz ♦♦
The example do not really solve my problem. \nI do not want to add or remove items, I want to hide and show \nthe fix child nodes. Is there any example for the current mxgraph?
(29 Jan, 05:43)
jburger
mxGraph is the JavaScript version, you mean JGraphX, the Java version. And no, there's no such example for Java.
(29 Jan, 05:54)
David ♦♦
|