FCKeditor ช่วยแนะนำหน่อยครับ
ผมใช้ FCKeditor แล้วมีปัญหา จะให้อาจารย์ช่วยหน่อยครับ
คือ
1. แก้ภาษาเป็นภาษาอังกฤษ ผมไม่รู้จะเข้าไปเซ็ทตรงไหนครับ
2. ผมจะอ้างอิง FCKeditor ยังไงครับ คือมีแต่ชื่อ แต่ ไม่รู้ว่าจะใส่ Id ยังไงครับ
$oFCKeditor = new FCKeditor('type_des') ;
$oFCKeditor->BasePath = '../../FCKeditor/';
$oFCKeditor->Value = '';
$oFCKeditor->Width = '550' ;
$oFCKeditor->Height = '350' ;
$oFCKeditor->Create() ;
window.parent.document.getElementById('type_des').value = '';
คือ
1. แก้ภาษาเป็นภาษาอังกฤษ ผมไม่รู้จะเข้าไปเซ็ทตรงไหนครับ
2. ผมจะอ้างอิง FCKeditor ยังไงครับ คือมีแต่ชื่อ แต่ ไม่รู้ว่าจะใส่ Id ยังไงครับ
$oFCKeditor = new FCKeditor('type_des') ;
$oFCKeditor->BasePath = '../../FCKeditor/';
$oFCKeditor->Value = '';
$oFCKeditor->Width = '550' ;
$oFCKeditor->Height = '350' ;
$oFCKeditor->Create() ;
window.parent.document.getElementById('type_des').value = '';
type_des คือ id ของ text area ที่มีอยู่ในฟอร์มครับ FCKEditor จะเปลี่ยน textarea นี้ให้เป็น Editor ครับ
//ภาษาไทย
FCKConfig.AutoDetectLanguage = false ;
FCKConfig.DefaultLanguage = 'th' ;
FCKConfig.ContentLangDirection = 'ltr' ;
สำหรับกำหนดภาษาไทยให้กับ editor ครับ อยู่ในไฟล์ fckconfig.js
ถ้าอยากได้ภาษาอังกฤษก็แก้เป็นตามนี้
//Eng lang
FCKConfig.AutoDetectLanguage = false ;
FCKConfig.DefaultLanguage = 'en' ;
FCKConfig.ContentLangDirection = 'ltr' ;
ส่วนถ้าสนใจปรับแต่ง FCKeditor เพิ่มเติม ลองดูในเว็บผมครับ เผื่อจะเอาไปใช้ประโยชน์ได้
ขออนุญาตอาจารย์โปรโมทย์นิดนะครับ อิๆ
http://www.narongrit.net/FCKeditor-tag.html
FCKConfig.AutoDetectLanguage = false ;
ขอผมมัน เป็น true
เปลี่ยน ภาษาตรง DefaultLanguage ยังไงมันก็เป็น thai
กำแท้ๆๆ หนวดกุ้งบังภูเขาแท้ๆ
ส่วน id นี้ ก็คือ type_des ใช่ปะ โดยไม่ต้องไปเพิ่มอะไร
แต่ผมกำหนดให้
window.parent.document.getElementById('type_des').value = '';
มันไม่ได้อ่าครับ มัน error เหมือนกลับว่ามันไม่มี id type_des ผมลองแล้ว
window.parent.document.getElementById('type_des').value = '';
ใช้วิธีนี้ไม่ได้ครับ ต้องหันไปใช้ API ของ FCKEditor ในการควบคุม FCKEditor ต้องลองศึกษาจากตัวอย่างของ FCKEditor ครับ เพราะมีหลายคำสั่งที่น่าสนใจ
รบกวนอีกที
ผมไม่มีต้วอย่าง อ่าครับต้องหาจากไหนครับ
ตัวอย่างการใช้งานอยูู่ในโค้ด FCKEditor ที่ดาวน์โหลดไปแหละครับ หรือไม่ก็บนเว็บ FCKEditor เลย