nooneuser Posted December 29, 2014 Share Posted December 29, 2014 (edited) כיצד אני כותב בעברית באופן מלא כאשר יש אנגלית משולבת מבלי שהטקסט יהיה הפוך? כאן בפורום כנ"ל אותה שאלה תיאור קצר והתיאור המלא בתמונה אני אני רוצה להוסיף שם תיאור מוצר מלא וכמו שצריך להוסיף Edited December 29, 2014 by nooneuser (see edit history) Link to comment Share on other sites More sharing options...
prestaisrael Posted December 29, 2014 Share Posted December 29, 2014 אם יש תג rtl זה אמור להיות בסדר גמור Link to comment Share on other sites More sharing options...
nooneuser Posted December 29, 2014 Author Share Posted December 29, 2014 איפה התג בתמונה? עברתי על הכפתורים בכל תיבה ולא מצאתי אותו כשיש תג של hb ליד התיבה וזה עדיין רושם עברית לא טוב כאשר יש סימן של נוקדה, פסיק או אנגלית בתוך הטקטס Link to comment Share on other sites More sharing options...
yaniv14 Posted December 29, 2014 Share Posted December 29, 2014 Try to add: directionality : 'rtl', to tinymce.inc.js under default_config Link to comment Share on other sites More sharing options...
nooneuser Posted January 4, 2015 Author Share Posted January 4, 2015 no what you said isn't working and this is not path in version 1.6.9 path: /js/tinymce.inc.js when i'm adding the line you wrote the text is disappear and i see only the html code instead all the options. code: function tinySetup(config) { if(!config) config = {}; //var editor_selector = 'rte'; //if (typeof config['editor_selector'] !== 'undefined') //var editor_selector = config['editor_selector']; if (typeof config['editor_selector'] != 'undefined') config['selector'] = '.'+config['editor_selector']; // safari,pagebreak,style,table,advimage,advlink,inlinepopups,media,contextmenu,paste,fullscreen,xhtmlxtras,preview default_config = { selector: ".rte" , plugins : "colorpicker link image paste pagebreak table contextmenu filemanager table code media autoresize textcolor", toolbar1 : "code,|,bold,italic,underline,strikethrough,|,alignleft,aligncenter,alignright,alignfull,formatselect,|,blockquote,colorpicker,pasteword,|,bullist,numlist,|,outdent,indent,|,link,unlink,|,cleanup,|,media,image", toolbar2: "", external_filemanager_path: ad+"/filemanager/", filemanager_title: "File manager" , external_plugins: { "filemanager" : ad+"/filemanager/plugin.min.js"}, language: iso, skin: "prestashop", statusbar: false, relative_urls : false, convert_urls: false, extended_valid_elements : "em[class|name|id]", menu: { edit: {title: 'Edit', items: 'undo redo | cut copy paste | selectall'}, insert: {title: 'Insert', items: 'media image link | pagebreak'}, view: {title: 'View', items: 'visualaid'}, format: {title: 'Format', items: 'bold italic underline strikethrough superscript subscript | formats | removeformat'}, table: {title: 'Table', items: 'inserttable tableprops deletetable | cell row column'}, tools: {title: 'Tools', items: 'code'} } } $.each(default_config, function(index, el) { if (config[index] === undefined ) config[index] = el; }); tinyMCE.init(config); }; Link to comment Share on other sites More sharing options...
DavidGursoyBootnest Posted January 5, 2015 Share Posted January 5, 2015 חסר לך toolbar2: "ltr, rtl", directionality: "rtl", Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now