source: EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/view/reports/print/ReportHeader.mxml@ 1227

Last change on this file since 1227 was 1227, checked in by George Lilly, 13 years ago

initial load of EDIS 1.0

File size: 459 bytes
Line 
1<?xml version="1.0"?>
2<!-- Custom control for the header area of the printed page. -->
3
4<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" horizontalAlign="center" >
5
6 <mx:Script>
7 <![CDATA[
8 [Bindable]
9 public var lblText:String = "";
10 ]]>
11 </mx:Script>
12
13 <mx:Label id="lblReportHeader" width="100%" textAlign="center" creationComplete="{lblReportHeader.text = lblText;}"/>
14</mx:VBox>
Note: See TracBrowser for help on using the repository browser.