My favorites | Sign in
Project Logo
                
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
<?xml version="1.0" encoding="utf-8"?>
<IndexBase
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns="com.tearaway_tea.opportunities.views.*">
<mx:ApplicationControlBar
width="100%"
height="50">
<mx:Label
text="Opportunities"
fontWeight="bold"
fontSize="20" />
<mx:Spacer
width="100%" />
<mx:HBox
id="commandButtonsBox" />
</mx:ApplicationControlBar>

<mx:ViewStack
id="viewStack"
width="100%"
height="100%"
selectedIndex="{selectedIndex}"
change="onChange()">
<OpportunitiesListView
width="100%"
height="100%"
creationComplete="onListViewCreationComplete()" />
<OpportunityEditView
width="100%"
height="100%" />
</mx:ViewStack>
</IndexBase>
Show details Hide details

Change log

r3 by tearaway.tea on Mar 23, 2009   Diff
Initial import
Go to: 

Older revisions

All revisions of this file

File info

Size: 701 bytes, 32 lines
Hosted by Google Code