Welcome Guest, Not a member yet? Register   Sign In
image src name showing null in tiny mce
#1

[eluser]sheolikar[/eluser]
hello sir,


I had implemented tiny-mce in codeigniter project.it is working with all like name,description.but the problem comes when <b>updating images</b>.Tinymce doesnot store image src name and
showing null.
I am sure it is not version problem .because same tinymce is working in smarty frame work.and storing value of images also.

could you please tell me where i am going wrong.help will be appreciated.

version i am using is 2.1.code i am using is below:

[removed][removed]
[removed]
tinyMCE.init({
mode : "textareas",
theme : "advanced",
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_toolbar_location : "top",
theme_advanced_toolbar_align : "left"
});
[removed]




thanks




Theme © iAndrew 2016 - Forum software by © MyBB