Posts tagged as:

className

The following example shows how you can create a simple, inline custom component in Flex 4 using the Component tag and className property and then instantiating new instances using ActionScript.

Full code after the jump.

[click to continue…]

{ 2 comments }

The following example shows how you can create an MXML-based icon for the Halo/MX LinkButton control in Flex 4 by creating a custom component using the <fx:Component/> tag and setting the className property.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can set a custom skin on an Flex Gumbo FxButton control by setting the skinClass style.

Full code after the jump.

[click to continue…]

{ 4 comments }

The following example shows how you can create a new Flex component instance by using its class name by calling the getDefintionByName() method.

Full code after the jump.

[click to continue…]

{ 0 comments }