Menu

[r490]: / cairngorm3 / trunk / samples / insync / insync-basic / src / InsyncBasic.mxml  Maximize  Restore  History

Download this file

54 lines (39 with data), 1.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:presentation="insync.presentation.*"
xmlns:cairngorm="com.adobe.cairngorm.*"
xmlns:spicefactory="http://www.spicefactory.org/parsley">
<fx:Style source="assets/contactsStyles.css"/>
<fx:Script>
<![CDATA[
import mx.logging.LogEventLevel;
]]>
</fx:Script>
<fx:Declarations>
<spicefactory:ContextBuilder>
<cairngorm:CairngormIntegrationSupport/>
<spicefactory:FlexConfig type="{ InsyncContext }"/>
</spicefactory:ContextBuilder>
<s:TraceTarget level="{ LogEventLevel.DEBUG }">
<s:filters>
<fx:Array>
<fx:String>com.adobe.cairngorm.*</fx:String>
<fx:String>org.spicefactory.*</fx:String>
</fx:Array>
</s:filters>
</s:TraceTarget>
</fx:Declarations>
<s:layout>
<s:VerticalLayout/>
</s:layout>
<presentation:Toolbar width="100%"/>
<mx:HDividedBox width="100%"
height="100%">
<presentation:ContactsNavigator width="100%"
height="100%"/>
<presentation:ContactList width="300"
height="100%"/>
</mx:HDividedBox>
</s:Application>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.