cancel
Showing results for 
Search instead for 
Did you mean: 

Set image in Table Header

Former Member
0 Kudos

Hi,

Is it possible to set a image in table header?

I am using EP 6 NWDS 2.0.9

Regards,

Vaibhav

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Create a table, and insert the header.In header properties"imageAlt" and "imageSource" options is there,

u can give the image name like image.jpg,go to ur application folder,src>mimes>Components and save it the pictures for the same name, deploy it,it's work fine

Hi,

Do the following steps:

1. Go to the layout of the view hving the table.

2. Select the table from outline and do right click to add table header.

3. Go through the propertiess of table header and find out imagesource property from the list.

4. specify the name of image in the imagesource property.

5. Now go to navigator and expand the structure of your project.

6. Go to src->mimes->Components...

7. save the image in the same folder.

regards,

amit bagati

former_member201361
Active Contributor
0 Kudos

hi,

in the Table Header , bind the image source to the imageSource property of the Table header.

and u can save all the images in the Mimes folder .

Thanks and Regards

Fazal B

Former Member
0 Kudos

Hi vaibhav,

Create a table, and insert the header.In header properties"imageAlt" and "imageSource" options is there,

u can give the image name like image.jpg,go to ur application folder,src>mimes>Components and save it the pictures for the same name, deploy it,it's work fine

Regards,

Vino