javascript - Unable to update Body of iFrame -


i have below issue:

emailbodyiframe = (iframeelement)domelement.getelementbyid("descriptioneditiframe", this.editcontainer.children[0]); emailbodyiframe.setattribute("url", url.tostring()); //works  emailbodyiframe.contentwindow.document.body.style.wordwrap = "break-word"; //does not work 

and html structure.

enter image description here

the issue changes made body element not reflecting in ui. suggestion?

have tried sorting out uppercase , lowercase letters? not conform typical style guide.

try:

emailbodyiframe.contentwindow.document.body.style.wordwrap = "break-word"; 

Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -