Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: [JavaScript][tinyMCE] problem pod ie
Forum PHP.pl > Forum > Przedszkole
mecenas
Witam,
mam problem z naszym kochanym ie...
Mianowicie - używam standardowego kodu wczytywania całości podanego w examplach na stronie TinyMCE. Pod ff wszystko śmiga, pod ie już nie...
Grzebałem na ich oficjalnym forum - tam radzono, by cały kod przenieść z head do body, ale to również nie pomogło...

oto kod:
  1. <script type="text/javascript" src="/js/tiny_mce/tiny_mce.js"></script>
  2. <script type="text/javascript">
  3.  
  4. tinyMCE.init({
  5.  
  6. // General options
  7. mode : "textareas",
  8. theme : "advanced",
  9. plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink
  10. emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,c
  11. ntextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xh
  12. mlxtras,template,imagemanager,filemanager",
  13. // Theme options
  14. theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justif
  15. center,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizese
  16. ect",
  17. theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,out
  18. ent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|
  19. insertdate,inserttime,preview,|,forecolor,backcolor",
  20. theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iesp
  21. ll,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
  22. theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,c
  23. te,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pa
  24. ebreak,|,insertfile,insertimage",
  25. theme_advanced_toolbar_location : "top",
  26. theme_advanced_toolbar_align : "left",
  27. theme_advanced_statusbar_location : "bottom",
  28. theme_advanced_resizing : true,
  29. // Example content CSS (should be your site CSS)
  30. //content_css : "css/example.css",
  31. // Drop lists for link/image/media/template dialogs
  32.  
  33. template_external_list_url : "js/template_list.js",
  34.  
  35. external_link_list_url : "js/link_list.js",
  36.  
  37. external_image_list_url : "js/image_list.js",
  38.  
  39. media_external_list_url : "js/media_list.js",
  40.  
  41.  
  42.  
  43. // Replace values for the template plugin
  44.  
  45. template_replace_values : {
  46.  
  47. username : "Some User",
  48.  
  49. staffid : "991234",
  50.  
  51. }
  52.  
  53. });


Podejrzewam, że to jakaś bzdura, ale dotychczas niewiele z tego korzystałem, a pewnie ktoś z Was miał już podobny problem i solucja jest banalna...

Z góry dzięki za pomoc smile.gif
wookieb
Np to ze masz "," po staffid : "991234" co jest niepotrzebne.
mecenas
no dzięki - ch... człowieka czasami trafia smile.gif
wielkie dzięki, + dla Ciebie poleciał smile.gif
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.