It's the one provided by the sdk :

<?xml version="1.0" encoding="utf-8"?>
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                xmlns:js="library://ns.apache.org/flexjs/basic" >
    <js:valuesImpl>
        <js:SimpleCSSValuesImpl />
    </js:valuesImpl>
    <js:initialView>
        <js:View>
            <js:Label text="Hello World!" />
        </js:View>
    </js:initialView>
</js:Application>




--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/FlexJS-IDE-integration-tp15638p15650.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to