Ticket #10096: noticias.asp

File noticias.asp, 317 bytes (added by Ricardo Ruas, 12 years ago)

Code

Line 
1<html>
2<head>
3<script type="text/javascript" src="ckeditor/ckeditor.js"></script>
4<title>CKEditor</title>
5</head>
6<body>
7        <textarea id="story" name="story" class=""></textarea>
8</body>
9        <script type="text/javascript" type="javascript">
10        //<![CDATA[
11                CKEDITOR.replace ('story');
12        //]]>
13        </script>
14</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy