cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Images

Former Member
0 Kudos

Hi

I need to show images in the column of a table on each row. I stored the image in mimes/components/package folder. But in the code , can anyone tell me the url to access the image?

Regards

Sreekar

Accepted Solutions (1)

Accepted Solutions (1)

florian_speth
Explorer
0 Kudos

Hi Sreekar,

if you want to use the image in an UI Element, simply set the corresponding source-property to the name of the image (e.g. image.gif).

Regards,

Florian

Former Member
0 Kudos

Hi Florian,

Can you explain me where I need to store the image?

Regards

Sreekar

Former Member
0 Kudos

Hi sreekar,

1) U have to store ur image inside the src/mimes/components/packages.

2) After storing the image now if u want to use it inside ur table row, append the UIelement inside the table row while creating the table.

3) Then in the properties of the image.GO to source property and then specify the name of the image with the extension.(Ex test.bmp)

4) Then if u deploy ur appln u will be able to c the image displayed in the table.

Hope it helps,

Regards,

Nagarajan.

Answers (0)