Webpart image output | nicholas.arnold | 2010-01-07 15:37 | |||||||||
Status: Closed | |||||||||||
I'm working on a caveat within the LABKEY.WebPart.render(), that is that I'm trying to render two images to the same div. Each image is currently being created by different R reports and rendered to two different divs. It would be helpful in the report I'm generating to have the R report images come up side by side rather than stacked. I see that the render creates a table within the div and essentially all I need to do is move the <td> from one div into the first div making the images appear side by side. Another thought I had was I could use R to try and concatenate the images to push just one image to the page but that seems clunky. Does anyone have experience with this kind of idea? - Nick Arnold |
|||||||||||
| |||||||||||