|
Hi i have added an image inside vertex in the below format : \nvar v4 = graph.insertVertex(parent, null, 'username', 25, 175, 100, 30, 'image=editors/images/e1-h1.png;imageWidth=50;imageHeight=50;fillColor=yellow'); \nIts working fine, but i want to add one more image inside it, how do i do it.\nimage can be given in parameters too, and i request for multiple image placing inside vertex. please help... |
|
I think you have to nest the cells, and then for each sub-cell you can set different images. Thanks for the reply, can you please elaborate a bit how to do this with an example as i am newbie to java...
(07 Feb, 23:50)
hansie
I'm confused, you're a newbie to Java, but your example is in JavaScript. Which are you using?
(08 Feb, 03:57)
David ♦♦
Sorry david, javascript itself... ill move to java after wards.\nCan you please show an example how do i do this nested structure\nif i do it, i want to add more and more images inside a single vertex. Please help
(08 Feb, 04:04)
hansie
|