Open GoogleCodeExporter opened 8 years ago
Hi I have found a work around for the moment. It is possible to use the code
below;
$(NameOfObject + 'IFrame').contents().find('body').html(Somehtml);
$(NameOfObject).val(Somehtml);
Where NameOfObject is the object you attached the wysiwyg function to and
Somehtml is
the html you want to display. Both lines are required to make sure that both the
wysiwyg ui and the hidden element are updated.
Hope this helps,
Matt
Original comment by mattdavi...@googlemail.com
on 21 Jul 2009 at 7:52
Please provide sample of the bug.
Original comment by akzhan.a...@gmail.com
on 8 Dec 2009 at 6:21
Original issue reported on code.google.com by
michael1...@gmail.com
on 21 Apr 2009 at 12:59