Ticket #9802: _mytest.html
| File _mytest.html, 440 bytes (added by , 13 years ago) |
|---|
| Line | |
|---|---|
| 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>Replace Textarea by Code — CKEditor Sample</title> |
| 5 | <meta charset="utf-8"> |
| 6 | </head> |
| 7 | <body> |
| 8 | <div id="hider" style="display: none;"> |
| 9 | <iframe style="width:800px; height: 500px;" src="inlinebycode.html"></iframe> |
| 10 | </div> |
| 11 | <span style="cursor: pointer;" onclick="document.getElementById('hider').style.display = '';">Show it!</span> |
| 12 | </body> |
| 13 | </html> |
