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.
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
Post a Comment