Tag Archive for 'includeinlayout'

03
Oct

Toggling form item visibility in a Form container in Flex

The following example shows how you can toggle FormItem containers in a Flex Form container by setting the includeInLayout and visible properties.

Full code after the jump.

Continue reading ‘Toggling form item visibility in a Form container in Flex’

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
Aug

Toggling a Flex container’s visibility

The following example shows a pretty crude method for toggling a container’s visibility and removing it from the Flex application layout. Mind you, this probably isn’t the preferred/recommended method of doing this (I imagine using states would be a lot nicer/cleaner) but hey, I’ll have to save that method up for another entry.

Full code after the jump.

Continue reading ‘Toggling a Flex container’s visibility’