我目前正在使用MX电话号码验证器:
<mx:PhoneNumberValidator id="phoneCheck"
source="{phoneInput}"
property="text"
allowedFormatChars=""
required="true"
trigger="{button}"
triggerEvent="click"/>
当验证器返回带有文本的错误时(参见screenshotA)而不是漂亮的Flash气泡(screenshotB.jpg)。
如何获取气泡而不是文字?谢谢。
答案 0 :(得分:0)
链接http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/validators/PhoneNumberValidator.html中显示的示例在MouseOver上有气泡。看看吧。
答案 1 :(得分:0)
如果你想要泡泡而不是文字,它只在flex 3 Form组件中 - 尝试使用
<mx:Form>...