Jump to content
Larry Ullman's Book Forums

Radoslaw

Members
  • Posts

    2
  • Joined

  • Last visited

Radoslaw's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I just forgot about 's' in type="text/javascript". I did change it but now i have got another bug. this.getDoc() is not defined I see that bug in Mozilla browser. In IE 7 everything is alright I can see the tiny editor. Most of time I use firefox and I would like see tiny editor in firefox.
  2. I have got the same problem whe trying to put tinyMCE into my web. I work on localhost, using windows xp and xampp. web page is on htdocs/eco and tinyMCE is on htdocs/eco/tinyMCE. Here is my code : <script language="javascript" type="text/javacript" src='/tiny_mce/tiny_mce.js'></script> <script type="text/javascript"> tinyMCE.init({ //ogolne opcje mode : "exact", elements : "content", theme : "advanced", width : 800, height : 400, plugins : "advlinks, advlist, autoresize, autosave, contextmenu, fullscrenn, iespellm inlinepopups, media, paste, preview, safari, searchreplace, visualchars, wordcount, xhtmlxtras", // dostosowuje przyciski theme_advanced_buttons1 : "cut, copy, paste, pastetext, pasteword, | , undo, redo, removeformat, | , search, replace, | , cleanup, help, code, preview, visualaid, fullscrenn", theme_advanced_buttons2 : "bold, italic, underline, striketrought, | , justifyleft, justifycenter, justifyright, justifyfull, | , formatselect, | , bullist, numlist,|, outdent, indent, blockquote, | , sub, sup, cite, abbr", theme_advanced_buttons3 : "hr, | , link, unlink, anchor, image, | , charmap, emotions, iespell, media", // koncze konfiguracje edytora theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", theme_advanced_resizing: true, content_css : "./includes/css/styles.css", }); </script> And I still have bug from error console web browser firefox : tinyMCE is not defined.
×
×
  • Create New...