The same thing for groupLabelFunction. Returned HTML text is not 
accepted. 

--- In flexcoders@yahoogroups.com, "sreeni_r" <[EMAIL PROTECTED]> 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 flexcoders@yahoogroups.com, "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
> >
>


Reply via email to