(I'm very new to both Flex and CF -- more a .NET/ExtJS guy, so I'm a duck out of water.)
I'm tweaking someone else's CFGRID code. It uses Flash format--HTML isn't an option since it would require redesigning the entire interface around the grid.
Tha data I want to put in the grid have some very simple HTML elements-- <sub>
, <sup>
, and HTML entities like °
. I can imagine <i>
or <b>
might be there in the future.
How can I tell a particular CFGRIDCOLUMN to render its contents as HTML?
I've heard this is possible, but Google is not my friend tonight.
Stuck with CF7 for a few more weeks, so if there are any CF8/CF9-specific solutions, please let me know those as well, but that won't help my immediate need.