Quantcast
Channel: Flex Examples » XMLList
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

Specifying a custom label field on a Flex ComboBox control

The following example shows how you can specify a custom label field for a ComboBox control by using the ComboBox class’s labelField property. The labelField property controls which field in the data...

View Article



Image may be NSFW.
Clik here to view.

Creating a simple label function on a Flex ComboBox control

The following example shows how you can format the label in a ComboBox using a custom label function. Full code after the jump. View MXML <?xml version="1.0" encoding="utf-8"?> <!--...

View Article

Image may be NSFW.
Clik here to view.

Inspecting the properties in a class using the describeType() method and E4X/XML

The following example shows how you can use the describeType() method to inspect a class’s accessor methods. Full code after the jump. <?xml version="1.0" encoding="utf-8"?> <!--...

View Article

Image may be NSFW.
Clik here to view.

Using an XML data provider with the Spark List control in Flex 4

The following example shows how you can use an XML document as a data provider for a Spark List control in Flex 4 by using an XMLListCollection. Full code after the jump. The following example(s)...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images