cancel
Showing results for 
Search instead for 
Did you mean: 

import image

Former Member
0 Kudos

hi,

How to import image into view.can anyone tell me the process.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Anil,

First of all place the image in src mines in u r particular Application.

src\mines\components\package.

And then place the image UI element in the view.And then set the image alt,image scr for that UI element property as filename.jpg.run the application.i think this will give u the answer.

Regards,

Satheshkumar.R

Former Member
0 Kudos

Hello Anil,

First you must put the UI element image in to your view and bind it with an element. Set the alt and source property of Image accordingly. Now put the Picture that you want to display in to a folder under your workspace (default path is described below.)

Workspace\<your_project_name>\src\mimes\components\<Your_componentName>Folder

Put all the img files in to this and run application.

Regards

- Vinod

*

nikhil_bose
Active Contributor
0 Kudos

hi,

place your image in src\mimes\components\<your component>\ folder.

You can access that image using the file.ext to any UI element

regards,

nikhil