MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Bedienungsanleitung Seite 93

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 124
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 92
TUTORIALS POINT
Simply Easy Learning Page 88
Using MXML
You can create a component by extending existing component. To create a component using Flash Builder, Click
on File > New > MXML Component. Enter the details as shown below.
Flash Builder will create the following CustomLogin.mxml file.
<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
width="400" height="300">
</s:Group>
Let us follow the following steps to test custom controls in a Flex application:
Seitenansicht 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 123 124

Kommentare zu diesen Handbüchern

Keine Kommentare