Ticket #10060: Test.htm
| File Test.htm, 352 bytes (added by , 13 years ago) |
|---|
| Line | |
|---|---|
| 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>Disabled Textarea Replace</title> |
| 5 | <meta charset="utf-8"> |
| 6 | <script src="http://nightly.ckeditor.com/13-02-11-08-51/standard/ckeditor.js"></script></head> |
| 7 | <body> |
| 8 | <textarea cols="80" id="editor1" name="editor1" rows="10" disabled></textarea> |
| 9 | <script> |
| 10 | CKEDITOR.replace( 'editor1' ); |
| 11 | </script> |
| 12 | </body></html> |
