Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Actual Results: The TextArea, ComboBox, ColorPicker and other controls in a RTE are accessible through their id, but, the ControlBar is not. You cannot easily make the controlbar visible or invisible.
Expected Results: Just change:
<mx:ControlBar>
to:
<mx:ControlBar id="controlBar"> so that you can access - myRichTextEditor.controlBar.