1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.1EN" " http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
---|
3 | <html xmlns=" http://www.w3.org/1999/xhtml" xml:lang="cs"> |
---|
4 | <head> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
6 | <meta http-equiv="content-language" content="cs" /> |
---|
7 | <meta http-equiv="X-UA-Compatible" content="IE=9" /> |
---|
8 | <script type="text/javascript" src="../ckeditor.js"></script> |
---|
9 | </head> |
---|
10 | <body> |
---|
11 | <textarea name="ArticleText0" rows="8" cols="60"> <p>Not empty</p> <p></p> <p>&nbsp;</p> <p>Not empty</p> </textarea> |
---|
12 | <script type="text/javascript">CKEDITOR.replace( 'ArticleText0' );</script> |
---|
13 | </body> |
---|
14 | </html> |
---|