The following example shows how you can create a custom scroll tip function for a TextArea control in Flex.
Full code after the jump.
Continue reading ‘Creating a custom scroll tip function on a Flex TextArea control’
The following example shows how you can create a custom scroll tip function for a TextArea control in Flex.
Full code after the jump.
Continue reading ‘Creating a custom scroll tip function on a Flex TextArea control’
The following example shows how you can display scroll tips on a Flex TextArea control when the user drags the scroll thumb.
Full code after the jump.
Continue reading ‘Displaying scroll tips on a Flex TextArea 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’
The following example shows how you can set a status message in a RichTextEditor control’s title bar in Flex.
Full code after the jump.
Continue reading ‘Setting a status message in a Flex RichTextEditor control’
The following example shows how you can stylize the Flex RichTextEditor control’s title bar by setting the titleStyleName style.
Full code after the jump.
Continue reading ‘Customizing the Flex RichTextEditor control’s title style’
The following example shows how you can add a title icon to a Flex RichTextEditor control.
Full code after the jump.
Continue reading ‘Adding a title icon to a Flex RichTextEditor control’
The following example shows you how you can set tool tips on each element of the RichTextEditor control in Flex.
Full code after the jump.
Continue reading ‘Creating tool tips on the Flex RichTextEditor control’
The following example shows how you can have multiple selected items in a List or DataGrid control at the same time. To select multiple items at once, hold down the Shift or Control keys on your keyboard while pressing the mouse button on a list item.
Full code after the jump.
Continue reading ‘Selecting multiple items in Flex List and DataGrid controls’