There are many similar topics in stackoverflow about this question, but it does not work for me.
I tried with Google Drive API tutorial at:
https://developers.google.com/drive/realtime/realtime-quickstart#optional_view_a_quickstart_video
Now, I want to autotyping in textbox "Editor 1" and the textbox "Editor 2" will update.
I tried with:
document.getElementById("editor1").value = "ABC";
then the text changed, but the event does not recognized by Google Drive API, and the text of "Editor 2" does not change.
Any suggestion is welcome.
Thank you very much