If you need groupLabelFunction or the normal labelFunction to show html text you need to use custom itemRenderers because the default itemRenderes do not attempt to show html text.
--- In [email protected], "tungchau81" <[EMAIL PROTECTED]> wrote: > > The same thing for groupLabelFunction. Returned HTML text is not > accepted. > > --- In [email protected], "sreeni_r" <sreeni_r@> wrote: > > > > Hi Tung, > > > > you can use the trick mentioned here > > > > http://www.flex-flex.net/blog/article.asp?id=18 > > > > to display html formatted strings as toolTips. > > > > -Sreenivas > > > > --- In [email protected], "tungchau81" <tungchau81@> > > wrote: > > > > > > Hi, > > > I wrote my own custom dataTipFunction that return an HTML > formatted > > > text, but it does not work. Please help! > > > > > > private function myDataTip(data:Object):String { > > > return "<B>Tung Chau</B>"; > > > } > > > > > > The result I saw was a raw "<B>Tung Chau</B>" instead of the bold > > text > > > format I want. > > > > > > Please help. > > > Tung Chau > > > > > >

