Tag Archive for 'headerrenderer'

30
May

Preventing users from clicking on an Accordion container’s header in Flex

The following examples show how you can prevent a user from clicking a Flex Accordion container’s header by creating a custom Accordion header renderer.

Full code after the jump.

Continue reading ‘Preventing users from clicking on an Accordion container’s header in Flex’

08
Feb

Displaying tool tips in a Flex DataGrid control’s header

The following example shows you how you can truncate a DataGrid column’s text and display a tool tip by setting a custom header renderer.

Full code after the jump.

Continue reading ‘Displaying tool tips in a Flex DataGrid control’s header’

24
Sep

Creating a simple Flex Accordion inline header renderer

The following example shows how you can create a simple, inline header renderer in Flex which uses the Button control for a Flex Accordion header.

Full code after the jump.

Continue reading ‘Creating a simple Flex Accordion inline header renderer’