flex 自定义toolTip

两种方法
1,使用css , 设置css更改tooltip样式 , 例子参见
http://www.adobe.com/devnet/flex/quickstart/using_tooltips/
2,直接new一个tooltip的对象 , 监听toolTipCreate 赋值给toolTipEvent.toolTip中去
上例子就直接写了一个tooltip的mxml对象,new之后传递到事件中去
http://www.riacodes.com/flex/create-custom-tooltip-for-your-flex-apps/
相关的类
TooltipEvent ,IToolTip和一些tooltip的事件
http://livedocs.adobe.com/flex/3/langref/mx/core/UIComponent.html#event:toolTipCreate
toolTipCreate , toolTipEnd , toolTipHide , toolTipShow eg...
转载于: http://kkito.cn/index.php/blog/getArticle/255/flex_%E8%87%AA%E5%AE%9A%E4%B9%89tooltip

你可能感兴趣的:(PHP,css,Flex,Blog,Adobe)