Sha256: 315ac6539607c50b9e4675c3b51e026abbab433cbad33a779e41c919fb754d91
Contents?: true
Size: 1.93 KB
Versions: 3
Compression:
Stored size: 1.93 KB
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Sencha Examples</title> <script type="text/javascript" src="touch/sencha-touch-all.js"></script> <link rel="stylesheet" type="text/css" href="touch/resources/css/sencha-touch.css"> <style id="iframe-css" type="text/css"></style> <style type="text/css" media="screen"> html { overflow: hidden } .home { text-align: center; } .home img { width: 64%; } .home h1 { font-weight: bold; font-size: 1.2em; } .home p { color: #666; font-size: 0.8em; line-height: 1.5em; margin: 10px 20px 12px 20px; } .home h2 { color: #999; font-size: 0.7em; } .twitterView .x-dataview-item { padding: 10px; min-height: 50px; } .twitterView .x-dataview-item img { float: left; display: block; margin-top: 36px; } .twitterView .x-dataview-item h2 { font-weight: bold; color: #333; margin: 0px 0px 10px 60px; } .twitterView .x-dataview-item p { color: #666; margin-left: 60px; font-size: 0.8em; } </style> <script type="text/javascript"> function loadInlineExample(code, options) { try { document.body.innerHTML = ''; if (!options.raw) { code = "Ext.setup({onReady: function(){" + code + "}});"; } if (options.tablet) { // Scale example down to 70% size. Default font-size is 114% Ext.get('iframe-css').update("body {font-size: 79.8% !important}"); } eval(code); } catch (e) { document.body.innerHTML = e; } } </script> </head> <body> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jsduck-3.1.0 | opt/touch-iframe.html |
jsduck-3.0.1 | template-min/touch-iframe.html |
jsduck-3.0 | template-min/touch-iframe.html |