Page 1 of 1

To Add Picture in Grid

Posted: Thu Jan 10, 2019 4:49 am
by processmakerlover
Hi!

How can I add picture in grid of processmaker?

Re: To Add Picture in Grid

Posted: Thu Jan 10, 2019 3:17 pm
by hekmati
you can insert a link control to grid and write javascript code to insert a img to it.
img_grid.png
img_grid.png (52.2 KiB) Viewed 4834 times


complete this code with your need and loop for next rows.

Re: To Add Picture in Grid

Posted: Fri Jan 11, 2019 1:03 am
by processmakerlover
Hi Hekmati!

Can I add the picture to grid like in the picture?

Re: To Add Picture in Grid

Posted: Mon Jan 14, 2019 10:56 pm
by amosbatto
Where are your images coming from?
- links in a database table (easiest)
- fixed files in the process's Public Files (easy)
- uploaded files in a previous Dynaform or Input Document (hard)
- uploaded files in the same Dynaform (hardest)

Re: To Add Picture in Grid

Posted: Tue Jan 15, 2019 1:00 am
by processmakerlover
Hi Amos,

I want to uploaded files in the same Dynaform. How can I do it?

Re: To Add Picture in Grid

Posted: Sat Jul 03, 2021 3:43 am
by Nikakhtar
amosbatto wrote: Mon Jan 14, 2019 10:56 pm Where are your images coming from?
- links in a database table (easiest)
- fixed files in the process's Public Files (easy)
- uploaded files in a previous Dynaform or Input Document (hard)
- uploaded files in the same Dynaform (hardest)
hi dear amos, would u plz show me how to do this like attached picture by 'processmakerLover' if my picture url is stored in database table.
plz show me where to store physical file, how to store url in db, and how to load picture in front of each article which is choosed from dropdown.
tnx a lot.