Sha256: 5bdbbb1f876d796e0e4a873364fe109ee3f2eb05bc98cfe4176f9eb9e1ccb3c2

Contents?: true

Size: 960 Bytes

Versions: 4

Compression:

Stored size: 960 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" showStatusBar="false">  

  <mx:VBox width="100%" height="100%" backgroundColor="#FFFFFF" verticalGap="0">
    
    <mx:HBox id="buttons" width="100%" paddingLeft="5" paddingTop="5"
      borderColor="#CCCCCC" borderSides="bottom" borderThickness="2" borderStyle="solid">
    
      <mx:Button label="Back" click="html.historyBack()" />
      <mx:Button label="Forward" click="html.historyForward()" />
      <mx:Button label="Home" click="html.location='<%= url %>'" />
      
      <mx:HBox width="100%" horizontalAlign="right" paddingBottom="5" paddingRight="5">
        <mx:Button label="Hide" click="buttons.height = 0" />
      </mx:HBox>
    </mx:HBox>
    
    <mx:VBox width="100%" height="100%">
      <mx:HTML id="html" width="100%" height="100%" location="<%= url %>" />
    </mx:VBox>
  </mx:VBox>

</mx:WindowedApplication>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
airake-0.4.2 app_generators/shared/application.mxml
airake-0.4.3 app_generators/shared/application.mxml
airake-0.4.4 app_generators/shared/application.mxml
airake-0.4.5 app_generators/shared/application.mxml