Archive for November 23rd, 2007

23
Nov

Hiding nested controls in a Flex RichTextEditor control

The following example shows you how you can toggle the RichTextEditor control’s nested link text input by setting both the visible and includeInLayout properties of the control.

Full code after the jump.

Continue reading ‘Hiding nested controls in a Flex RichTextEditor control’

23
Nov

Populating the nested font family ComboBox control in a Flex RichTextEditor control

The following example shows you how you can edit the font family combo box in the RichTextEditor control in Flex.

Full code after the jump.

Continue reading ‘Populating the nested font family ComboBox control in a Flex RichTextEditor control’