Question
Intel Corp
IN
Last activity: 6 May 2021 12:09 EDT
Is there any way to save the contents of RichTextEditor control automatically?
I want to save the contents of RichTextEditor control automatically for every 30 seconds.
Please let me know if there is any way to make this happen.
Currently, I am using Change event and doSave Action in ActionItems of RTE control. It is saving the content but only when I click outside of that control (because of Change event). Is there any way to save the contents of RTE for every 30 seconds?
If yes, pls let me know the actions to be followed.