iotgateway/IoTGateway/wwwroot/layuiadmin/ueditor/dialogs/table/edittip.html

1 line
605 B
HTML
Raw Normal View History

2021-12-12 06:55:48 +00:00
<!DOCTYPE html><html><head><title>表格删除提示</title><script src="../internal.js"></script><style>.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>dialog.onok=function(){$G("J_delRow").checked?editor.execCommand("deleterow"):editor.execCommand("deletecol")}</script></body></html>