Flex

From air
Revision as of 18:33, 22 February 2011 by Donsez (talk | contribs)
Jump to navigation Jump to search

Flex est devenu en quelques années un canevas RIA fort apprécié.


MXML : langage déclarative des interfaces

<s:Applicationxmlns:fx="http://ns.adobe.com/mxml/2009"
  xmlns:s="library://ns.adobe.com/flex/spark"
  xmlns:mx="library://ns.adobe.com/flex/mx">
 <s:Panel>
  <s:Labeltext="Label" />
  <s:Buttonlabel="Button" />
 </s:Panel>
</s:Application>



ActionScript: langage de script ECMAScript

package fr.imag.air.sample.flex{

 public class MyClass interface MyInterface{
   public function MyClass() {
   }
   public function doSomething(): String {
   }
 }

}


Outils

Liens