Set css style for tooltip : ToolTips Style « Components « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Components » ToolTips StyleScreenshots 
Set css style for tooltip
       
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Style>
    @namespace mx "http://www.adobe.com/2006/mxml";
      mx|ToolTip {
        fontFamily: "_typewriter";
        backgroundColor: #FFFFFF;
      }
    </mx:Style>
</mx:Application>

   
    
    
    
    
    
    
  
Related examples in the same category
1.Set ToolTip's styles selector using CSS syntaxSet ToolTip's styles selector using CSS syntax
w_w___w__.j___a___v__a___2s__._c__o_m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.