View Single Post
ישן 13-06-06, 19:57   # 5
Dan Zelniker
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 33
הודעות: 213

Dan Zelniker לא מחובר  

בין תגי ה HEAD של העמוד אתה שם :
PHP קוד:
    <script type="text/javascript" src="/FCKeditor/fckeditor.js"></script>
    <script type="text/javascript">
      window.onload = function()
      {
        var oFCKeditor = new FCKeditor( 'MyTextarea' ) ;
        oFCKeditor.BasePath = "/FCKeditor/" ;
        oFCKeditor.ReplaceTextarea() ;
      }
    </script> 
ואז זה אוטומטית כאשר אתה שם INPUT של textarea זה הופך את זה לעורך.

וברור שאתה צריך שזה יהיה בתיקייה הראשונה של השרת, נגיד אתה בשרת פרטי, אז אתה צריך שזה יהיה בתיקייה public_html .

תהנה.
__________________
.Dan Zelniker
PHP Programmer.
Email : Dan@zelniker.com
  Reply With Quote