 |
|
เปลี่ยนมาเปงCKeditorแล้วค่ะพอเลือกfunctionบางตัวแต่พอรันแล้วมานก้อขึ้นทุกตัวอยู่ดีอ่า
Code (PHP)
<label>
<textarea name="comment" id="comment" cols="100" rows="5" class="ckeditor"></textarea>
<script type="text/javascript">
//<![CDATA[
CKEDITOR.replace( 'comment',{
toolbar :
[
['Source','-','Templates'],
['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
],
} );
//]]>
</script>
</label>

|
 |
 |
 |
 |
Date :
2010-04-24 12:43:30 |
By :
LuckyStar |
|
 |
 |
 |
 |
|
|
 |