Tag Archive for 'popupstylename'

30
Jan

Creating semi-transparent PopUpButton pop up menus in Flex

The following example shows you how you can create semi-transparent pop up menus using the Flex PopUpButton control by setting the backgroundAlpha, backgroundColor, and borderStyle styles on the pop up menu.

Full code after the jump.

Continue reading ‘Creating semi-transparent PopUpButton pop up menus in Flex’

24
Jan

Displaying icons in a Flex PopUpButton control

The following example shows you how you can add items to a pop up menu in a PopUpButton control in Flex by specifying the iconField property in the PopUpButton control’s nested Menu control.

Full code after the jump.

Continue reading ‘Displaying icons in a Flex PopUpButton control’

24
Jan

Setting alternating item colors on a Flex PopUpButton control

The following example shows how you can set alternating item colors on a PopUpButton control in Flex by setting the popUpStyleName and alternatingItemColors styles.

Full code after the jump.

Continue reading ‘Setting alternating item colors on a Flex PopUpButton control’

19
Jan

Setting an item’s font weight in a Flex PopUpButton control’s pop up menu

The following example shows you how you can set the font weight of the item labels in a PopUpButton control’s pop up menu in Flex by setting the popUpStyleName and fontWeight styles.

Full code after the jump.

Continue reading ‘Setting an item’s font weight in a Flex PopUpButton control’s pop up menu’

18
Jan

Aligning labels in a Flex PopUpButton control’s pop up menu

The following example shows you how you can align the labels in a PopUpButton control’s pop up menu in Flex by setting the popUpStyleName and textAlign styles.

Full code after the jump.

Continue reading ‘Aligning labels in a Flex PopUpButton control’s pop up menu’

17
Jan

Setting the background color and background alpha on a Flex PopUpButton control’s pop up menu

The following example shows how you can change the background color and alpha of a PopUpButton control’s pop up menu in Flex by setting the popUpStyleName, backgroundAlpha, and backgroundColor styles.

Full code after the jump.

Continue reading ‘Setting the background color and background alpha on a Flex PopUpButton control’s pop up menu’