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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

How to use Column settings -> Format?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to use Column settings -> Format?
#58799
How to use Column settings -> Format? 8 Years, 1 Month ago Karma: 0
What can I use in this field?
Also, I'd like to write an ad-hoc CSS for text size, without having to use CSS class. Can I use it here?
Can I specify in this section the background color of the cells for the columns?
Last Edit: 2016/10/20 06:49 By vladimir84.
The administrator has disabled public write access.
 
#58801
Re:How to use Column settings -> Format? 8 Years, 1 Month ago Karma: 760
It is possible to use {$value} variable in this field, it will be replaced with value of the column which name is defined in "Columns settings -> ID" parameter. It is also possible to use {$columns:COLUMN_NAME} variables, just replace COLUMN_NAME with name of the column which value you want to show. For example if want to modify values of "Title" column, set "Columns settings -> ID" parameter to Title value and populate "Columns settings -> Format" parameter with the following value:

Code:


<div style="color:red">{$value}</div>



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