Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
CheckBox control should allow for HTML formatting.
For example, I may want to have a checkbox and then set its label to:
<mx:CheckBox id="checkBox" htmlText="I have read and agree to the <a href='event:terms'>Terms and Conditions</a> of the site." link="checkBox_link(event);" />
Then I can listen for the "link" event and pop up a new HTML window or display an Alert control or what have you.