|
How to add multiple images inside an vertex \nvar v1 = graph.insertVertex(parent, null, 'Model', w/2 - 30, 20, 10, 60, 'image=editors/images/earth.png;fillColor=green'); \nThe above shows to add one image called earth.png \nI am trying to do like \nvar v1 = graph.insertVertex(parent, null, 'Model', w/2 - 30, 20, 10, 60, 'image=editors/images/earth.png,image=editors/images/earth.png;fillColor=green'); \nbut unsuccessfull. can anyone plzz help |
How exactly is this question any different to http://forum.jgraph.com/questions/3279/how-to-add-multiple-images-inside-an-vertex-in-mxgraph?