I would do this on the save event of the item. So if you select the drop down and save, you OnSave() event will update the rich text field and then save and publish the item :)
1) Template - Dropdwon : contains all the child nodes name of TemplateText Node dynamically.
2) When drop downvalue will be change thenTemplateText text editor fetch the data according to that Node property text.
e.g. if I select "item1" from dropdwon then node item1 property's "bodyText" data should be gone to in "TemplateText" property.
Currently I have successfully bind the drop down.
But unable to update Template Text property on dropdwon change.
Also when I reload the node then drop down selected value automatic lost.
How to Change RTE value on dropdownlist value change in User Control?
Hi Support,
I want to change rich text editor value on dropdownlist value change.
Following is the what we have done :
This code not working properly. Dropdownlist autopostback is true.
Current Version is : 6.2.1
Any help would be appreciate.
Thanks.
I would do this on the save event of the item. So if you select the drop down and save, you OnSave() event will update the rich text field and then save and publish the item :)
Hi Charles,
Thank you so much for reply.
Can you please suggest me any example or reference link?
Thanks.
Let me do more clear about it with node strucure.
1) Template - Dropdwon : contains all the child nodes name of TemplateText Node dynamically.
2) When drop downvalue will be change thenTemplateText text editor fetch the data according to that Node property text. e.g. if I select "item1" from dropdwon then node item1 property's "bodyText" data should be gone to in "TemplateText" property.
Currently I have successfully bind the drop down. But unable to update Template Text property on dropdwon change.
Also when I reload the node then drop down selected value automatic lost.
Any help would be appreciated.
Thanks, Sony
is working on a reply...