Welcome Guest, Not a member yet? Register   Sign In
how to display ticemce editor & plain textarea on same page
#1

[eluser]Milind[/eluser]
Hello Friends,

I have to success to displaying,submitting and retried data through tinymce editor but now i faced one more problem i have to display another one simple plain editor (textarea) that means i have to show two editor one is tinymce editor and plain editor but in my o/p there are 2 tinymce editor.I tried textarea tag with another tagname and id but when i execute web page it shows tinymce editor that means it shows 2 tinymce editor.

Please help in this issue
#2

[eluser]pistolPete[/eluser]
Use exact mode:
Code:
tinyMCE.init({
    ...
    mode : "exact",
    elements : "elm1,elm2"
});

http://wiki.moxiecode.com/index.php/Tiny...ation/mode
#3

[eluser]Milind[/eluser]
Thanks yaar(friend) Your given solution is working well




Theme © iAndrew 2016 - Forum software by © MyBB