| 67 | | <fieldset title="Output"> |
| 68 | | <legend>Output</legend> |
| 69 | | <script id="html" type="text/javascript"> |
| 70 | | //<![CDATA[ |
| 71 | | document.write( CKEDITOR.samples.htmlData ); |
| 72 | | //]]> |
| 73 | | </script> |
| 74 | | </fieldset> |
| 75 | | <!-- This <fieldset> contains the output readable code that illustrates |
| 76 | | how to use the editor, having the results shown in this sample. --> |
| 77 | | <fieldset title="Code"> |
| 78 | | <legend>Code</legend> |
| 79 | | <script id="code" type="text/javascript"> |
| 80 | | //<![CDATA[ |
| 81 | | document.write( CKEDITOR.samples.codeData ); |
| 82 | | //]]> |
| 83 | | </script> |
| 84 | | </fieldset> |
| | 67 | <script id="html" type="text/javascript"> |
| | 68 | //<![CDATA[ |
| | 69 | document.write( CKEDITOR.samples.htmlData ); |
| | 70 | //]]> |
| | 71 | </script> |