| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 3 | <head> |
|---|
| 4 | <title>#6791 TC</title> |
|---|
| 5 | <meta content="text/html; charset=utf-8" http-equiv="content-type" /> |
|---|
| 6 | <meta name="description" content="Test" /> |
|---|
| 7 | <script type="text/javascript" src="../ckeditor_source.js"></script> |
|---|
| 8 | </head> |
|---|
| 9 | <body> |
|---|
| 10 | <textarea cols="80" name="description" rows="10"></textarea> |
|---|
| 11 | <script type="text/javascript"> |
|---|
| 12 | |
|---|
| 13 | CKEDITOR.replace( 'description' ); |
|---|
| 14 | |
|---|
| 15 | </script> |
|---|
| 16 | </body> |
|---|
| 17 | </html> |
|---|