Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

ARI Data Tables - adding IMAGES and URL and more
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARI Data Tables - adding IMAGES and URL and more
#50916
ARI Data Tables - adding IMAGES and URL and more 9 Years, 8 Months ago Karma: 0
Hi,

Is it possible to add images (assuming they are stored as url in the database) in a column of the table?
Is it possible to add clickable URL (to redirect to pages with parameters)?
Is it possible to add custom things (like a progress bar)?

Thank you for your help!
The administrator has disabled public write access.
 
#50920
Re:ARI Data Tables - adding IMAGES and URL and more 9 Years, 8 Months ago Karma: 747
Hello,

It is possible to convert links to HTML hyperlinks (or images).

Regards,
ARI Soft
The administrator has disabled public write access.
 
#50937
Re:ARI Data Tables - adding IMAGES and URL and more 9 Years, 8 Months ago Karma: 0
Can you explain on how to do this?

Thank you.
The administrator has disabled public write access.
 
#50942
Re:ARI Data Tables - adding IMAGES and URL and more 9 Years, 8 Months ago Karma: 747
For example if "PageLink" column contains links they can be converted to HTML hyperlinks using "Column settings -> Format" parameter. For this set "Columns settings -> ID" parameter to PageLink value and populate "Columns settings -> Format" parameter with the following value:

Code:


<a href="{$value}">Link</a>



If "ProductImage" column contains links to images, set "Columns settings -> ID" parameter to ProductImage value and populate "Columns settings -> Format" parameter with the following value:

Code:


<img src="{$value}" />



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1