Nejste přihlášeni
Stránky 1
Proc mi na vasich strankach nefunguje WYSIWYG Editor od http://tinymce.moxiecode.com/ diky
Offline
A kde mam chybu?
Dal jsem si tam jen jine pluginy a buttony. Podle navodu na oficialni strance.
Takto vipada kod ktery mi na jinem hostingu jde.
tinyMCE.init ({
mode : "textareas",
width : "658",
height : "400",
theme : "advanced",
language : "cs",
convert_urls : false,
relative_urls : false,
remove_script_host : false,
verify_html : false,
visual : false,
fix_content_duplication : false,
trim_span_elements : false,
plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,imagemanager,filemanager",
content_css : "../data/css/tiny.css",
theme_advanced_resize_horizontal : false,
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_blockformats : "h1,h2,h3,h4,h5,h6",
theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak,|,insertfile,insertimage",
fullscreen_new_window : "true",
theme_visualaid : "false",
theme_advanced_resizing : "true",
theme_advanced_statusbar_location : "bottom",
fullscreen_settings : {
theme_advanced_path_location : "top"
}
});
A toto je original ktery u vas funguje:
tinyMCE.init ({
mode : "textareas",
width : "658",
height : "400",
theme : "advanced",
language : "cs",
convert_urls : false,
relative_urls : false,
remove_script_host : false,
verify_html : false,
visual : false,
fix_content_duplication : false,
trim_span_elements : false,
plugins : "fullscreen,insertdatetime,table,paste,advlink,advimage",
content_css : "../data/css/tiny.css",
theme_advanced_resize_horizontal : false,
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_blockformats : "h1,h2,h3,h4,h5,h6",
theme_advanced_buttons1 : "formatselect,fontselect,fontsizeselect,|,forecolor,|,backcolor,|,hr,|,fullscreen,visualaid",
theme_advanced_buttons2 : "undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,paste,pastetext,pasteword,|,bullist,numlist,|,outdent,indent",
theme_advanced_buttons3 : "link,unlink,|,anchor,|,image,|,code,|,table,|,charmap,|,insertdate,inserttime,|,sub,sup,|,removeformat,cleanup",
fullscreen_new_window : "true",
theme_visualaid : "false",
theme_advanced_resizing : "true",
theme_advanced_statusbar_location : "bottom",
fullscreen_settings : {
theme_advanced_path_location : "top"
}
});
Tak jsem pouze na radku 17 pridal dalsi pluginy a na radek 30 jsem pridal dalsi buttony. Diky za odpoved
Offline
pridal jsem toto:
plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,imagemanager,filemanager",
A toto:
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak,|,insertfile,insertimage",
Kodovani je UTF-8. Ale me se to vubec nezobrazi
Offline
Tady posilam naheld z PSPadu na to, aby se video kde se upravy udelali.
Offline
Stránky 1