fonteditor/demo/editor-iframe.html
2019-10-24 20:02:23 +08:00

24 lines
471 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>测试editor远程调用</title>
<script src="../dep/jquery.min.js"></script>
<style>
body {
background: #eee
}
.editor-frame {
width: 600px;
height: 400px;
}
</style>
</head>
<body>
<iframe src="" frameborder="0" class="editor-frame"></iframe>
<button id="get-font">获取font</button>
</body>
</html>