NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: John Fligg on January 11, 2012, 12:47:47 AM

Title: Can rows in a browse be conditionally coloured?
Post by: John Fligg on January 11, 2012, 12:47:47 AM
Is there a way to CONDITIONALLY colour a row of a browse in code?

i.e. If Type = 'A' background = white foregorund = red etc?

or is it all done via CSS?

Thanks

John
Title: Re: Can rows in a browse be conditionally coloured?
Post by: Bruce on January 11, 2012, 02:56:50 AM
while you can probably do it in hand-code at the row level, from a template perspective it's done at the cell level.
See the CSS tab there are various creative ways to apply conditional css there.

Tip: CHOOSE is your friend.

cheers
Bruce