Flex警报气泡

时间:2013-03-01 20:22:26

标签: flex

我目前正在使用MX电话号码验证器:

<mx:PhoneNumberValidator id="phoneCheck" 
            source="{phoneInput}" 
            property="text" 
            allowedFormatChars=""
            required="true"
            trigger="{button}"
            triggerEvent="click"/>

当验证器返回带有文本的错误时(参见screenshotA)enter image description here而不是漂亮的Flash气泡(screenshotB.jpg)enter image description here

如何获取气泡而不是文字?谢谢。

2 个答案:

答案 0 :(得分:0)

答案 1 :(得分:0)

如果你想要泡泡而不是文字,它只在flex 3 Form组件中 - 尝试使用

<mx:Form>...
相关问题