NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Conditional coloring browse row(s)
« previous
next »
Print
Pages: [
1
]
Author
Topic: Conditional coloring browse row(s) (Read 3073 times)
oggy
Full Member
Posts: 219
Conditional coloring browse row(s)
«
on:
August 13, 2014, 05:15:53 AM »
Any help on how to, on some condition, to color browse row(s) and where to put code in which embed, SetQueueRecord ?!?
in example, on User:Id_Level = 1 I want to color that row in red....
Nettalk 7.39
Regards, Ozren.
Logged
terryd
Hero Member
Posts: 759
Re: Conditional coloring browse row(s)
«
Reply #1 on:
August 13, 2014, 11:47:10 AM »
Hi Ozren
Very straight forward.
Select the field you want to colour
Go to the conditional tab of that field
Insert into display options
e.g condition: dea:Status = 1
CSS Class ' orange-bg'
repeat as required
if you want a colour gradient on the field
CSS Class: ' orange-bg nt-grad'
notice the space at the beginning of the CSS class. This allows existing Class settings to be incremented.
Logged
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186
oggy
Full Member
Posts: 219
Re: Conditional coloring browse row(s)
«
Reply #2 on:
August 13, 2014, 12:00:34 PM »
Thanks for clarification. This is what I want to achieve... I will post tomorrow morning what I have done to do some like that, not so elegant
... Thanks again...
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Conditional coloring browse row(s)