From 4f953ffc89fc95f83b152e914c5e65938b440f17 Mon Sep 17 00:00:00 2001
From: Xxxu <794772283@qq.com>
Date: 星期二, 07 七月 2020 10:03:02 +0800
Subject: [PATCH] 上传项目
---
static/plugins/ueditor-1.4.3.3/dialogs/table/edittip.html | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/static/plugins/ueditor-1.4.3.3/dialogs/table/edittip.html b/static/plugins/ueditor-1.4.3.3/dialogs/table/edittip.html
new file mode 100644
index 0000000..954f7bb
--- /dev/null
+++ b/static/plugins/ueditor-1.4.3.3/dialogs/table/edittip.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>琛ㄦ牸鍒犻櫎鎻愮ず</title>
+ <script type="text/javascript" src="../internal.js"></script>
+ <style type="text/css">
+ .section {
+ width: 200px;
+ margin: 10px auto 0;
+ font-size: 14px;
+ }
+
+ .item {
+ text-align: center;
+ }
+ </style>
+</head>
+<body>
+<div class="section">
+ <div class="item">
+ <label><input type="radio" id="J_delRow" name="cmd" checked/><var id="lang_delRow"></var></label>
+ </div>
+ <div class="item">
+ <label><input type="radio" id="J_delCol" name="cmd"/><var id="lang_delCol"></var></label>
+ </div>
+</div>
+<script type="text/javascript">
+ dialog.onok = function () {
+ $G("J_delRow").checked ? editor.execCommand("deleterow") : editor.execCommand("deletecol");
+ };
+</script>
+</body>
+</html>
\ No newline at end of file
--
Gitblit v1.9.3