Handleiding Adobe Flex 4.5

Handleiding voor je Adobe Flex 4.5 nodig? Hieronder kun je de handleiding gratis bekijken en downloaden als PDF in het Nederlands en/of Engels. Dit product heeft 0 veelgestelde vragen, 0 comments en heeft 0 stemmen. Is dit niet de handleiding die je zoekt, neem dan contact met ons op.

Is je product kapot en biedt de handleiding geen oplossing meer? Dan kun je voor reparatie gratis terecht bij Repair Café.

Handleiding

Loading…

8
USING FLEX 4.5
Getting started
Dernière mise à jour le 19/6/2011
<?xml version="1.0"?>
<!-- mxml/AddUIControls.mxml -->
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark">
<fx:Script>
<![CDATA[
private function storeZipInDatabase(s:String):void {
// event handler code here
}
]]>
</fx:Script>
<s:HGroup>
<s:TextInput id="myText"/>
<s:Button click="storeZipInDatabase(myText.text);"/>
</s:HGroup>
</s:Application>
Typical properties of a control tag include id, width, height, fontSize, color, event listeners for events such as
click and change, and effect triggers such as showEffect and rollOverEffect. For information about the standard
Flex controls, see « UI Controls » à la page 643.
Using the id property with MXML tags
With a few exceptions (see « MXML tag rules » à la page 32), an MXML tag has an optional id property, which must
be unique within the MXML file. If a tag has an
id property, you can reference the corresponding object in
ActionScript.
The following example uses the
trace() function to write the value of the text property of a TextInput control to the
log file:
<?xml version="1.0"?>
<!-- mxml/UseIDProperty.mxml -->
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark">
<fx:Script>
<![CDATA[
private function writeToLog():void {
trace(myText.text);
}
]]>
</fx:Script>
<s:VGroup id="myVGroup">
<s:TextInput id="myText"
text="Hello World!" />
<s:Button id="mybutton"
label="Get Weather"
click="writeToLog();"/>
</s:VGroup>
</s:Application>
Download de handleiding in het Nederlands en/of Engels (PDF, 24.05 MB)
(Denk aan het milieu en print deze handleiding alleen als dat echt noodzakelijk is)

Loading…

Meer over deze handleiding

We begrijpen dat het prettig is om een papieren handleiding te hebben voor je Adobe Flex 4.5. Je kunt de handleiding bij ons altijd downloaden en daarna zelf printen. Indien je graag een originele handleiding wilt hebben, raden we je aan contact op te nemen met Adobe. Zij kunnen wellicht nog voorzien in een originele handleiding. Zoek je de handleiding van Adobe Flex 4.5 in een andere taal? Kies op de homepage je taal naar keuze en zoek daarna op het modelnummer om te zien of we deze beschikbaar hebben.

Specificaties

Merk Adobe
Model Flex 4.5
Categorie Software
Bestandstype PDF
Bestandsgrootte 24.05 MB

Alle handleidingen voor Adobe Software
Meer handleidingen voor Software

Beoordeling

Laat ons weten wat je van de Adobe Flex 4.5 vindt door een beoordeling achter te laten. Wil je je ervaringen met dit product delen of een vraag stellen? Laat dan een bericht achter onderaan de pagina.
Bent u tevreden over de Adobe Flex 4.5?
Ja Nee
Beoordeel dit product als eerste
0 stemmen

Praat mee over dit product

Laat hier weten wat jij vindt van de Adobe Flex 4.5. Als je een vraag hebt, lees dan eerst zorgvuldig de handleiding door. Een handleiding aanvragen kan via ons contactformulier.

Handleiding Adobe Flex 4.5

Gerelateerde producten

Gerelateerde categorieën