Saturday, January 4, 2014

Membuat Editor Seperti MS. Word

kali ini saya akan membahas tentang cara membuat editor seperti MS. Word, akan kita gunakan plugin CKEDITOR. silahkan download pada link yang tersedia dibawah artikel ini.

berikut kodenya

<html>
<head>
<title></title>
<link rel="stylesheet" href="ckeditor/contents.css" />
<script type="text/javascript" src="ckeditor/ckeditor.js"></script>

</head>
<body>
<textarea id="editor"></textarea>
<script type="text/javascript" src="ckeditor/editor.js"></script>

</body>
</html>

http://www.4shared.com/zip/xYq5x45fce/ckeditor.html

No comments:

Post a Comment