Id of the image returned by R back to JS

LabKey Support Forum (Inactive)
Id of the image returned by R back to JS Nick Kerr  2012-09-19 13:52
Status: Closed
 
Hi Leo,

Depending on what you are trying to do you could give the report webpart a unique ID on the page and then grab the image from within that scope.

In Ext 4 it would be something like Ext4.DomQuery.select('#<webpart-id> img'). This does depend on what you are trying to do, but if you just need the element then this should work.

Thanks,
Nick