Radiate.prototype.setPostContent = function()

in Radii8Designer/src/js/Radiate.js [176:184]


Radiate.prototype.setPostContent = function () {
	if (this.postFrame) {
		this.postFrame.contentDocument.getElementById('content').value = value;
		console.log("Content set to: " + value);
		return true;
	}
	
	return false;
}