Hi guys, I have a datasource with a CLOB column. This column have html table with one line and one column. This column has some images (using img statement). I have, also, a grid to show other columns and this one. The problem the images are not shown. Here the column value, for instance:
and in grid:
What is wrong? Thanks a lot any help, Ricardo and |
Hi Ricardo, I guess the problem is related with your HTML syntax. Please try again using "src" instead of "source" attribute in Hope this helps, |
Hi Ibrahim, As usual your tip fixed the problem. I replaced "source" by "src" and the image was shown. But there is another issue that happened after that. In the grid, a horizontal scrollbar appear in column of images, because of it, the images are lower than original. Is there any way to disable this scrollbar? I have tried "scrollBarPolicy=Never", but it didn't work. Thanks and regards, Ricardo Hi Ibrahim, One another information, in Internet Explorer the images was shown correctly, but in Firefox and Chrome no. Thanks and regards Ricardo
(10 Nov '15, 09:13)
Ricardo
|
Hi formspider team,
Any idea?
Regards, Ricardo