Jump to content

כיצד משנים את התיבות הטקסט הבאות לעברית?


nooneuser

Recommended Posts

כיצד אני כותב בעברית באופן מלא כאשר יש אנגלית משולבת מבלי שהטקסט יהיה הפוך?


 


כאן בפורום כנ"ל אותה שאלה


 


תיאור קצר והתיאור המלא בתמונה


 


אני אני רוצה להוסיף שם תיאור מוצר מלא וכמו שצריך להוסיף


 


prestashop_question1.png


Edited by nooneuser (see edit history)
Link to comment
Share on other sites

איפה התג בתמונה?

עברתי על הכפתורים בכל תיבה  ולא מצאתי אותו כשיש תג של

hb

ליד התיבה וזה עדיין רושם עברית לא טוב כאשר יש סימן של נוקדה, פסיק או אנגלית בתוך הטקטס

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...