Hi I have URL of the images in the table DOCUMENTS, field URL. Ex.: http://10.207.0.122/alfresco/d/d/workspace/SpacesStore/79f2d188-95c0-42cd-ad58-f42b668ce362/Dokument police iz EZP-ja_000000028036.pdf or xyz.gif Is it possible to show that images in the grid ? kind regards |
Hi Kvant, Yes it is possible. You can use the htmlRenderer or htmlEditor components and their column attributes to assign the URL of the image or the PDF. The htmlRenderer points to and shows the content of any URL you assign to it. The htmlEditor shows any HTML text you assign to it. You will need to do some adjustments to fit the images to the screen properly because each image will be of different size. Some of these adjustments may need to be about the height of each grid row. Some might be about how you fit the picture to the HTML being displayed. Hope this helps. Kind Regards, Yalim |