MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Manuel d'utilisateur Page 93

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 124
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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:
Vue de la page 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 123 124

Commentaires sur ces manuels

Pas de commentaire