| 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>5165 TC</title> |
|---|
| 5 | <script type="text/javascript"> |
|---|
| 6 | |
|---|
| 7 | var CKEDITOR_BASEPATH = 'http://nightly.ckeditor.com/latest/ckeditor/'; |
|---|
| 8 | |
|---|
| 9 | </script> |
|---|
| 10 | <script type="text/javascript" src="/ckeditor/ckeditor_source.js"></script> |
|---|
| 11 | <script type="text/javascript"> |
|---|
| 12 | |
|---|
| 13 | CKEDITOR.on( 'instanceReady', function( ev ) |
|---|
| 14 | { |
|---|
| 15 | alert( ev.editor.config.smiley_path ); |
|---|
| 16 | }); |
|---|
| 17 | |
|---|
| 18 | alert( CKEDITOR.basePath ); |
|---|
| 19 | |
|---|
| 20 | </script> |
|---|
| 21 | </head> |
|---|
| 22 | <body> |
|---|
| 23 | <textarea name="editor1" class="ckeditor"></textarea> |
|---|
| 24 | </body> |
|---|
| 25 | </html> |
|---|