多单位版国产化地质资料管理系统
zhai
2025-12-13 fc0cc9fff4b4cbdc7cbb52b4a96c947530fcbba0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>TextEditor - jQuery EasyUI</title>
    <link rel="stylesheet" type="text/css" href="/plugins/jquery-easyui/themes/default/easyui.css">
    <link rel="stylesheet" type="text/css" href="/plugins/jquery-easyui/themes/icon.css">
    <link rel="stylesheet" type="text/css" href="/plugins/jquery-easyui-texteditor/texteditor.css">
    <script type="text/javascript" src="/plugins/jquery/jquery.min.js"></script>
    <script type="text/javascript" src="/plugins/jquery-easyui/jquery.easyui.min.js"></script>
    <script type="text/javascript" src="/plugins/jquery-easyui-texteditor/jquery.texteditor.js"></script>
</head>
<body>
<h1>TextEditor</h1>
<div class="easyui-texteditor" title="TextEditor" style="width:740px;height:300px;padding:20px">
<h3 style="text-align:center">TextEditor</h3>
<p style="text-align:center">TextEditor is a lightweight html5 editor based on EasyUI. It is completely customizable to fit your needs.</p>
</div>
</body>
</html>