
Colin Mckinney
|
| Posted: 07/08/2004, 6:42 PM |
|
After performing a search - say in a forum - how do I alternate the background of every other row to make it easier to read?
If I have a field like priority, can I make it dynamically change the background and text color of the field based on content? ie - CRITICAL is RED background with white text?
My text box for "add an issue" scrolls and wraps (it is a memo) - but when a search is done for "an issue" the text simply makes the text box longer, depending on the amout of text entered. Can I make the search results text box scroll and wrap? How?
|
|
|
 |
DonB
|
| Posted: 07/08/2004, 7:49 PM |
|
There are a number of discussions about the row colors in past threads.
Basically you have two choices: 1. the inherent "alternate row" feature of
CCS grids and 2. flipping the row style or class attributes between two
values by manipulating template tags (either directly or via a Label
control).
Textboxes are single line entities. TextAreas have multiple rows. Unless
you intend to edit the text, leave it in a Label, so it will wrap to as many
lines as needed.
--
DonB
logging at http://www.gotodon.com/ccbth, and blogging at http://ccbth.gotodon.net
|
|
|
 |
dataobjx
Posts: 181
|
| Posted: 07/09/2004, 4:32 AM |
|
If you want to use Dynamic Themes, please view the responses provided at
Change Font On The Fly http://forums.codecharge.com/posts.php?post_id=48617
_________________
www.DataObjx.net
www.mydigitalapps.com |
 |
 |
|

|
|
|
|