 |
|
คือผมได้ใช้ ckeditor เพื่อแสดงเมนูต่างๆให้กับ Textarea ดัง Script ต่อไปนี้
Code (PHP)
<html>
<head>
<title>Code</title>
<script type="text/javascript" src="ckeditor/ckeditor.js"></script>
</head>
<body>
<textarea cols="80" id="message" name="message" rows="10" >ทดสอบ CKeditor</textarea>
<script type="text/javascript">
//<![CDATA[
CKEDITOR.replace( 'message',{
toolbar :
[
['Source','-','Templates'],
['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
],
} );
//]]>
</script>
</body>
</html>
เวลาแสดงผลลัพธ์กับ Browser Mozilla Firefox ก็แสดงผลครับ แต่พอแสดงผลลัพธ์กับ Internet Explorer กลับไม่แสดงผลออกแค่ Textarea ธรรมดาๆเท่านั้น
Tag : - - - -
|
|
 |
 |
 |
 |
Date :
2010-05-19 11:17:44 |
By :
ratasart |
View :
1592 |
Reply :
7 |
|
 |
 |
 |
 |
|
|
|
 |