- Timestamp:
- 07/01/08 15:29:03 (5 months ago)
- Location:
- trunk/flexbook/chapter9/chapter9_flex/src
- Files:
-
- 4 modified
-
printpage/PrintFooter.mxml (modified) (1 diff)
-
printpage/PrintHeader.mxml (modified) (1 diff)
-
printpage/PrintPage.mxml (modified) (1 diff)
-
sample11.mxml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/flexbook/chapter9/chapter9_flex/src/printpage/PrintFooter.mxml
r215 r216 8 8 ]]> 9 9 </mx:Script> 10 <mx:Label text=" Product Total: {pTotal}"/>10 <mx:Label text="坐标点总数: {pTotal}"/> 11 11 </mx:VBox> -
trunk/flexbook/chapter9/chapter9_flex/src/printpage/PrintHeader.mxml
r215 r216 1 1 <?xml version="1.0"?> 2 2 <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" 3 width=" 60%" horizontalAlign="right" >4 <mx:Label text="坐标点数据列表打印 "/>3 width="100%" horizontalAlign="left" > 4 <mx:Label text="坐标点数据列表打印:" fontSize="16" /> 5 5 </mx:VBox> -
trunk/flexbook/chapter9/chapter9_flex/src/printpage/PrintPage.mxml
r215 r216 40 40 </mx:Script> 41 41 <MyComp:PrintHeader id="header"/> 42 <mx:PrintDataGrid id="myDataGrid" width="100%" height="100%"> 42 <mx:Image id="map" width="500" height="200"/> 43 <mx:PrintDataGrid id="myDataGrid" width="500" height="100%"> 43 44 <mx:columns> 44 45 <mx:DataGridColumn headerText="名称" dataField="name"/> -
trunk/flexbook/chapter9/chapter9_flex/src/sample11.mxml
r215 r216 2 2 <!-- printing\MultiPagePrint.mxml --> 3 3 <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 4 layout="vertical" >4 layout="vertical" xmlns:maps="com.earthplayer.maps.*"> 5 5 6 6 <mx:Script> 7 7 <