1,273
edits
Dandonkulous (talk | contribs) No edit summary |
Dandonkulous (talk | contribs) |
||
| Line 46: | Line 46: | ||
width: 300, | width: 300, | ||
onFocus: function(window) { | onFocus: function(window) { | ||
window. | window.contentWindow.document.body.style.background = '#ffffff'; | ||
}, | }, | ||
onBlur: function(){ | onBlur: function(){ | ||
window. | window.contentWindow.document.body.style.background = '#ff0000'; | ||
} | } | ||
}); | }); | ||
</pre> | </pre> | ||
edits