Sha256: 74798b6dadccdffacda5852ddbbb58dee5620c52e57eab7a965c95f4c71a17e2
Contents?: true
Size: 727 Bytes
Versions: 7
Compression:
Stored size: 727 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>iFrame textarea resizing example</title> <meta name="description" content="iFrame textarea resizing example" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <style> a { float: right; margin-left: 10px; } body { margin: 0; padding: 8px 10px; border: solid 1px red; } </style> </head> <body> <b>iFrame TextArea Example</b> <a href="frame.content.html">Back to page 1</a> <p> Resize the textarea below. </p> <textarea id="textArea">Resize me</textarea> <script src="../../js/iframe-resizer.child.js"></script> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems