MACROMEDIA FLEX-GETTING STARTED WITH FLEX Uživatelský manuál Strana 80

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 148
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 79
<mx:Panel title="Subscription form" paddingTop="20">
<mx:Form>
<mx:FormItem label="First Name">
<mx:TextInput id="first" width="300" />
</mx:FormItem>
<mx:FormItem label="Last Name">
<mx:TextInput id="last" width="300" />
</mx:FormItem>
<mx:FormItem label="Email">
<mx:TextInput id="email" styleName="important"
width="300" />
</mx:FormItem>
<mx:FormItem>
<mx:Button label="Subscribe" />
</mx:FormItem>
</mx:Form>
</mx:Panel>
</mx:Application>
Figure 4-20 shows the result.
As
you can see, the panel has gotten a bit glossy. The font of
the title of the panel has changed, and the background color
for the entire design has also changed.
Figure 4-20. The skinned subscription form
64 | Chapter 4:Flex Controls and Layout
Zobrazit stránku 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 147 148

Komentáře k této Příručce

Žádné komentáře