Tag Archive for 'showcontrolbar'

31
Dec

Toggling the control bar in a Flex RichTextEditor control (redux)

It seems that I’ve covered this before, “Toggling the control bar in a Flex RichTextEditor control”, but here is another useful way to toggle the control bar in a Flex RichTextEditor control. The following example shows how you can toggle the RichTextEditor control’s control bar by moving the mouse cursor over or out of the RichTextEditor instance.

Full code after the jump.

Continue reading ‘Toggling the control bar in a Flex RichTextEditor control (redux)’

21
Nov

Toggling the control bar in a Flex RichTextEditor control

The following example shows how you can toggle the RichTextEditor component’s control bar using the showControlBar property.

Full code after the jump.

Continue reading ‘Toggling the control bar in a Flex RichTextEditor control’