I am trying to set some text to
document.form1.WebHtmlEditor1.text = 'sometext'
using javascript, but I can't get reference to
document.form1.WebHtmlEditor. How can you set text value using Javascript?
I was just following up on this issue. Did the information above help you?
Sincerely,BatnasanDeveloper Support Engineer, MCADInfragistics
- use the utility function function iged_getById(id)
- use document.getElementById(id);