Quantcast
Channel: Flex Examples » popUp
Browsing latest articles
Browse All 10 View Live

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...

View Article



Setting the width on a Flex PopUpButton control’s pop up menu

The following example shows how you can set the width of a PopUpButton control’s pop up menu in Flex by setting the width property on the Menu control instance. Full code after the jump. View MXML...

View Article

Adding a horizontal separator to a Flex PopUpButton control’s pop up menu

The following example shows how you can add a horizontal separator to a PopUpButton control’s pop up menu in Flex by setting the type attribute to “separator” in the menu’s data provider. Full code...

View Article

Reducing the vertical space around a separator in a Flex PopUpButton...

The following example shows how you can reduce the amount of whitespace around a PopUpButton control’s pop up menu by setting the variableRowHeight property on the menu in Flex. Full code after the...

View Article

Using a DataGrid control as a pop up in the Flex PopUpButton control

The following example shows you how you can use a DataGrid control as a pop up in a PopUpButton control in Flex. Full code after the jump. View MXML <?xml version="1.0" encoding="utf-8"?> <!--...

View Article


Displaying a Tree control as a pop up for a Flex PopUpButton control

The following example shows how you can use a Tree control as a PopUpButton control’s pop up in Flex. Full code after the jump. View MXML <?xml version="1.0" encoding="utf-8"?> <!--...

View Article

Adding a horizontal separator to a Flex PopUpButton control’s pop up menu...

In a previous example, “Adding a horizontal separator to a Flex PopUpButton control’s pop up menu”, we saw how you could add a horizontal separator to a PopUpButton control’s pop up menu in Flex by...

View Article

Displaying icons in a Flex PopUpButton control (Redux)

In a previous example, “Displaying icons in a Flex PopUpButton control”, we saw how you could add icons to a PopUpButton control’s nested menu using an Array data provider. The following example shows...

View Article


Setting the width of the pop up on a Spark DropDownList control in Flex 4

The following example shows how you can set the drop down menu width on a Spark DropDownList control by setting the width property within a custom DropDownList skin. The following example(s) require...

View Article


Setting the pop up placement on a Spark DropDownList in Flex 4

The following example shows how you can set the pop up placement on a Flex 4 Spark DropDownList by creating a custom skin and setting the placement property. Full code after the jump. The following...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images