|
|
|
แนะนำ Texteditor หน่อยครับ สำหรับใช้ใน IE7 ได้นะครับ |
|
|
|
|
|
|
|
CKEditor ลองดูแล้วหรือยังครับ
|
|
|
|
|
Date :
2014-02-24 10:34:56 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองแล้วครับ ตัว Link มันใช้ยากอยู่น่ะครับ , user ไม่น่าต้องการแบบนี้แน่ๆครับ แล้วก็เวลา copy ตัว link url ที่ทำเสร็จแล้ว วางลง ตัวใหม่มันจะแก้ไขชื่อไม่ได้ url เป็นช่องเปล่าหมดเลยครับ
|
|
|
|
|
Date :
2014-02-24 12:18:37 |
By :
copsychus |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้ได้จนเหลือปัญหาสุดท้ายแล้วครับ สำหรับ Tinymce : คือตัว ie7 หน้าจอ มันจะแก้ยังไงเหรอครับ [ผมลองไปกดที่เว็บมัน ก็ขึ้นปรกติแบบ firefox/chrome นะ แต่พอ เอามาทำ plugin ใส่ตามโค้ดที่มันแปะไว้หน้าเว็บ ดันร่วงไปด้านล่างเลยครับ
เมื่อใช้ ie7
เมื่อใช้ firefox/ google chrome
Code:
Code (JavaScript)
<script type="text/javascript">
tinymce.init({
mode : "specific_textareas",
editor_selector : "myTextEditor",
theme: "modern",
width: 980,
height: 300,
plugins: [
"advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker",
"searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking",
"save table contextmenu directionality emoticons template paste textcolor"
],
content_css: "css/content.css",
toolbar: "lnsertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media fullpage | forecolor backcolor emoticons",
style_formats: [
{title: 'Bold text', inline: 'b'},
{title: 'Red text', inline: 'span', styles: {color: '#ff0000'}},
{title: 'Red header', block: 'h1', styles: {color: '#ff0000'}},
{title: 'Example 1', inline: 'span', classes: 'example1'},
{title: 'Example 2', inline: 'span', classes: 'example2'},
{title: 'Table styles'},
{title: 'Table row 1', selector: 'tr', classes: 'tablerow1'}
]
});
</script>
|
ประวัติการแก้ไข 2014-02-25 11:59:18
|
|
|
|
Date :
2014-02-25 11:32:54 |
By :
copsychus |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ดันเล้กน้อย
|
|
|
|
|
Date :
2014-02-27 13:42:10 |
By :
copsychus |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|