2010-02-20 03:54:17 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-02-21 21:10:56 +00:00
|
|
|
<loc:ListApp xmlns:loc="*"
|
|
|
|
xmlns:mx="http://www.adobe.com/2006/mxml"
|
|
|
|
applicationComplete="appComplete();">
|
|
|
|
<mx:Style source="listapp.css" />
|
|
|
|
<mx:Button id="mybutton" label="Return Employees" />
|
|
|
|
<mx:List id="mylist" styleName="basic-list"
|
|
|
|
dataProvider="{employeeList}" labelField="firstName" />
|
|
|
|
<mx:Text id="textMessage" styleName="basic-text" />
|
2010-02-20 03:54:17 +00:00
|
|
|
</loc:ListApp>
|