MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Manual do Utilizador Página 93

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 124
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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:
Vista de página 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 123 124

Comentários a estes Manuais

Sem comentários