Sha256: 465bb55ad66b3e32c8a10f9a7f6f5e9c6760ba60c32e4e0938194c5cce02710b
Contents?: true
Size: 1 KB
Versions: 15
Compression:
Stored size: 1 KB
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"> <% if show_buttons %> <mx:HBox id="buttons" width="100%" paddingLeft="5" paddingTop="5" borderColor="#CCCCCC" borderSides="bottom" borderThickness="2" borderStyle="solid"> <mx:Button label="Back" click="html.htmlControl.historyBack()" /> <mx:Button label="Forward" click="html.htmlControl.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> <% end %> <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
15 entries across 15 versions & 1 rubygems