[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.birt] Re: Report Design: Changing CellHandle Color Property Dynamically
|
- From: shellie.wedman@xxxxxxxxx (shellie )
- Date: Mon, 3 Nov 2008 22:24:37 +0000 (UTC)
- Newsgroups: eclipse.birt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
I was able to get this to work with the following code.
tcell.setOnCreate("this.getStyle().backgroundColor = row['valuecolor'];");
Not sure if I need to use de api. Just messing around.
Thanks