MACROMEDIA COLDFUSION MX 7.0.2-USING COLDFUSION MX WITH FLEX 2 Use Manual page 67

Table of Contents

Advertisement

</mx:FormItem>
<mx:FormItem label="Zip">
</mx:FormItem>
<mx:FormItem label="Phone">
text="{contact.phone}"/>
</mx:FormItem>
</mx:Form>
<mx:ControlBar>
<mx:Button label="{dg.selectedIndex!=-1?'Update':'Add'}"
click="updateContact()" width="60"/>
<mx:Button label="Delete" click="deleteContact()"
visible="{dg.selectedIndex!=-1}" width="60"/>
<mx:Button label="New" click="newContact()"
visible="{dg.selectedIndex!=-1}" width="60"/>
</mx:ControlBar>
</mx:Panel>
</mx:HDividedBox>
</mx:Application>
hourglass.mxml
The hourglass.mxml file contains the following:
<?xml version="1.0" encoding="utf-8"?>
<!--
///////////////////////////////////////////////////////////////////////////
/////
//
// Copyright (C) 2003-2006 Adobe Macromedia Software LLC and its licensors.
// All Rights Reserved.
// The following is Sample Code and is subject to all restrictions on such
code
// as contained in the End User License Agreement accompanying this product.
// If you have received this file from a source other than Adobe,
// then your use, modification, or distribution of it requires
// the prior written permission of Adobe.
//
///////////////////////////////////////////////////////////////////////////
/////
-->
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="220" height="60">
<mx:Script>
<![CDATA[
<mx:TextInput id="zip" width="250" text="{contact.zip}"/>
<mx:TextInput id="phone" width="250"
Example application
67

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION MX 7.0.2-USING COLDFUSION MX WITH FLEX 2 and is the answer not in the manual?

This manual is also suitable for:

Coldfusion mx

Table of Contents