rhymix/modules/editor/tpl/editor_frame.html
2018-10-10 13:08:24 +09:00

18 lines
498 B
HTML

<script>
$(function() {
var parent = window.opener ? window.opener : window.parent;
window.editor_copy_input = $("#{$parent_input_id}", parent.document);
window.editor_resize_iframe = window.editor_copy_input.siblings("iframe.editor_iframe");
});
</script>
<style>
body { margin: 0; }
.wfsr { display: none; }
</style>
<form>
<input type="hidden" name="primary_key" id="primary_key" value="" />
<input type="hidden" name="content" id="content" value="" />
{$editor|noescape}
</form>