第一,需要添加一個(gè) php 文件來實(shí)現(xiàn)刪除功能,文件添加到: ueditor /php /action_delete.php 代碼內(nèi)容:
<?php /*--------------------------- * action_delete.php * 刪除 ueditor 目錄下的文件 *---------------------------*/ function safe_replace($string) { $string = trim($string); $string = str_replace(array('',';',''','%2527','%27','%20','&', '"', '<', '>'), array('','','','','','','&', '"', '<', '>'), $string); $string=nl2br($string); return $string; } try{ $path = safe_replace($_POST@['path']); $path = str_replace('../', '', $path); $path = str_replace('/', '', $path); //安全判斷(只允許刪除 ueditor 目錄下的文件) if(stripos($path, 'ueditor') == 0 || stripos($path, 'ueditor') === false) { return '非法刪除'; } //獲取完整路徑 $path = $_SERVER['DOCUMENT_ROOT'].$path; if(file_exists($path)) { //刪除文件 unlink($path); return 'ok'; } else { return '刪除失敗,未找到'.$path; } }catch (Exception $e) { return '刪除異常:'.$e->getMessage(); } ?>
第二,需要在 ueditor /php /controller.php 文件的 switch 中添加命令 deleteimage 的處理:
switch ($action) { /* 刪除圖片命令處理 */ case 'deleteimage': $result = include("action_delete.php"); break; /* 在 default 之前添加 */ default: $result = json_encode(array( 'state'=> '請(qǐng)求地址出錯(cuò)' )); break; }
第三,在圖片上添加刪除按鈕,需要修改 Js 文件:ueditor /dialogs /image /image.js
/* 在這兩句之后添加 */ item.appendChild(img);item.appendChild(icon); /* 添加刪除功能 */ item.appendChild($("").click(function() { var del = $(this); try{ window.event.cancelBubble = true; //停止冒泡 window.event.returnValue = false; //阻止事件的默認(rèn)行為 window.event.preventDefault(); //取消事件的默認(rèn)行為 window.event.stopPropagation(); //阻止事件的傳播 } finally { if(!confirm("確定要?jiǎng)h除嗎?")) return; $.post(editor.getOpt("serverUrl") + "?action=deleteimage", { "path": del.attr("url") }, function(result) { if (result == "ok") del.parent().remove(); else alert(result); }); }})[0]); /* 在這一句之前添加 */ this.list.insertBefore(item, this.clearFloat);
第四,為刪除按鈕添加一個(gè)樣式,修改文件:ueditor /dialogs /image /image.css 在最底部添加如下代碼:
/* 在線管理刪除按鈕樣式 */ #online li .delbtn { position: absolute; top: 0; right: 0; border: 0; z-index: 3; color: #ffffff; display: inline; font-size: 12px; line-height: 10.5px; padding:3px 5px; text-align: center; width: 4px; height: 10px; background-image: url(images/gtk-del.png); background-repeat: no-repeat; }
下面這段是設(shè)背景圖,可自己添加刪除圖,不然無法顯示刪除按鈕,只顯示按鈕顏色,雖然可以用,但不美觀。
background-image: url(images/gtk-del.png);
1、按客戶要求訂制,專業(yè)技術(shù)員做到客戶滿意為止。
2、網(wǎng)頁欄目和網(wǎng)頁數(shù)不限,用戶可通過網(wǎng)站后臺(tái)增加和修改。
3、網(wǎng)站電腦版和移動(dòng)版同時(shí)開發(fā),同一網(wǎng)址,電腦打開是電腦版網(wǎng)頁,手機(jī)打開自適應(yīng)手機(jī)版網(wǎng)頁。
4、網(wǎng)站美工和客戶相互配合,客戶提供產(chǎn)品相關(guān)的圖片資料,美工排版,上傳到網(wǎng)站。
5、網(wǎng)站搭建完成后,配網(wǎng)站操作說明書,和操作視頻教學(xué)。
6、配相關(guān)網(wǎng)站優(yōu)化排名資料,和網(wǎng)頁圖片處理軟件,管理操作資料推送給客戶。
7、根據(jù)搜索引擎規(guī)則編寫網(wǎng)站代碼,自然排名和競(jìng)價(jià)排名,容易被搜索引擎收錄。
8、交一次搭建網(wǎng)站制作費(fèi)用,獲得終身網(wǎng)站使用權(quán)。
1、從專業(yè)拍攝產(chǎn)品圖片;
2、到美工處理產(chǎn)品圖片;
3、到上傳產(chǎn)品資料圖片;
4、到網(wǎng)店旺鋪排版裝修;
5、到優(yōu)化管理網(wǎng)店旺鋪。
同時(shí)網(wǎng)店經(jīng)營(yíng)商家只需要每天上班時(shí)間,按時(shí)登錄網(wǎng)店的在線客服溝通工具,等待與詢盤過來的客戶及時(shí)溝通,也就是開始等待接訂單。