Ticket #14638: startupFocus_bug.html
File startupFocus_bug.html, 475 bytes (added by , 9 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <html> |
3 | <head> |
4 | <script src="http://cdn.ckeditor.com/4.5.9/standard/ckeditor.js"></script> |
5 | </head> |
6 | <body> |
7 | <a href="#" onclick="CKEDITOR.replace('editor1', { startupFocus: false, uiColor: '#9AB8F3' }); return false;">Click to replace textarea<a> |
8 | |
9 | <div style="height: 700px"></div> |
10 | |
11 | <textarea id="editor1" rows="40" cols="40">textarea to replace with CKEditor</textarea> |
12 | <div style="height: 700px"></div> |
13 | </body> |
14 | </html> |