How do I create a list control using Rich Text in FLEX?
I'm a FLEX newbie trying to port a Javascript prototype to FLEX. One of my initial prototypes was an unordered list (ul) that had list items that had rich text, i.e. I had a mix of text with different style and colored text and some images inside each element. I looked at the List control for FLEX and it only supports simple string and icon. How can I do rich text list management?
0
source to share
1 answer
Didn't help? I founded it. It's called ItemRenderers http://livedocs.adobe.com/flex/3/html/help.html?content=cellrenderer_1.html
As in Java Swing.
+1
source to share