Hello to all
I have to do a website with 4 languages (FR,UK,SP,DE).
I can easily put 4 editors on the same page but i do not like this as is so heavy ! (and not beautiful --> i m a woman so you understand). Is there a possibilty to have one text editor with 4 tabs or something like that.
Thanks in advance to all
Best regards
Sophie
edit : sorry but I post a similar topic before but on the wrong forum, this one is the good one
I have to do a website with 4 languages (FR,UK,SP,DE).
I can easily put 4 editors on the same page but i do not like this as is so heavy ! (and not beautiful --> i m a woman so you understand). Is there a possibilty to have one text editor with 4 tabs or something like that.
Thanks in advance to all
Best regards
Sophie
edit : sorry but I post a similar topic before but on the wrong forum, this one is the good one
Re: multiples languages vs multiples editors
I fond a solution based on hidden div
I first create my four instances.
after that I had on my html pages href regarding each languages and calling a javascript function
javascript function
Of course it s not cross browser as I do have issues with IE7, but i m still working on it, will come back with last update
regards all
Sophie
Re: multiples languages vs multiples editors
Re: multiples languages vs multiples editors
Yes I had to do some changes some stuff but it's work !! tested on IE6 ,IE7 and Firefox.
first of all on header you add :
HTML code
Hope that can help you