I am looking to use the TinyMCE editor on an update panel. The update panel changes which properties are shown to the user depending on the drop down that they have selected.
I am faced with the problem that the two dont get on together and whenever I change the drop down menu all my TinyMCE editors disappear off the update panel.
The source code shows that all the TinyMCE controls are there but they are just not getting shown at all.
Does anyone know of the fix for this inside Umbraco?
On a side note, my experience of UpdatePanel isn't that great. I wasn't impressed with the script manager and the amount of code it introduced to do so little. If you are using AJAX I would recommend looking at JQuery which is a lightweight Microsoft endorsed product and it also integrates into Visual Studio if you download the addon.
TinyMCE and ASP UpdatePanels
Hi!
I am looking to use the TinyMCE editor on an update panel. The update panel changes which properties are shown to the user depending on the drop down that they have selected.
I am faced with the problem that the two dont get on together and whenever I change the drop down menu all my TinyMCE editors disappear off the update panel.
The source code shows that all the TinyMCE controls are there but they are just not getting shown at all.
Does anyone know of the fix for this inside Umbraco?
Thank you.
Hi Jim, what control are you trying to update?
On a side note, my experience of UpdatePanel isn't that great. I wasn't impressed with the script manager and the amount of code it introduced to do so little. If you are using AJAX I would recommend looking at JQuery which is a lightweight Microsoft endorsed product and it also integrates into Visual Studio if you download the addon.
is working on a reply...