jsp Ewebeditor使用說明

來源:互聯網
上載者:User

<display-name>defaultroot</display-name>
<servlet>
<servlet-name>debugjsp</servlet-name>
<description>Added to compile JSPs with debug info</description>
<servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
<init-param>
<param-name>classdebuginfo</param-name>
<param-value>true</param-value>
</init-param>
<load-on-startup>3</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>debugjsp</servlet-name>
<url-pattern>*.jsp</url-pattern>
</servlet-mapping>
複製到你的應用中的WEB-INF/web.xml中;
3、把WEB-INF下的Style.xml和Button.xml複製到你的應用中的WEB-INF目錄下;
4、把eWebEditor/WEB-INF/lib下的dom4j.jar和jspsmartupload.jar包複製到你應用的WEB-INF/lib下;
註:net.jar為ewebeditor原/WEB-INF/classes下的class檔案,我把它打包後放到應用的lib下,以免跟其它class混淆;
5、在你要調用編輯器的代碼中加入:
<IFRAME ID="eWebEditor1" name="content_html" src="../eWebEditor/eWebEditor.jsp?id=content&style=standard" frameborder="0" scrolling="no" width="650" height="350"></IFRAME>
<input type="hidden" name="content" />
在</head>前加入:
<script language="javascript">
function subchk() //
{
document.form1.content.value= window.content_html.getHTML();
}
</script>
提交表單時觸發這個函數
把eWebEditor中的值複製到你的表單中,然後在你的form中調用它:
<form name="form1" onsubmit=" subchk()">
6、重新啟動伺服器即可。
二、設定:
介面修改:一般只修改/WEB-INF目錄下面的style.xml和button.xml就可以了,button.xml為編輯介面設定檔,如果有菜單顯示不全,可以在裡面修改大小。
====================================================
上傳圖片路徑設定:
//預設上傳預設目錄為xx/upload/,xx為你的根目錄
//此處設定上傳檔案儲存路徑,注意路徑要由ROOT開始===3處======================
//修改此處需修改WEB-INF/Style.xml檔案對應處<suploaddir>/upload/</suploaddir>
//修改此處需修改eWebEditor.jsp檔案對應處
//修改此處需修改upload.jsp檔案對應處
例如要傳到根目錄的/upload/下面:
upload.jsp中
String sUploadFilePath="/upload/";
Style.xml中
<suploaddir>/upload/</suploaddir>
eWebEditor.jsp 中
String sUploadFilePath="../upload/";//設定檔案上傳後在ewebeditor編輯器中圖片顯示地址
這樣就好了。
修改上傳檔案大小限制,在WEB-INF/style.xml中
<sfilesize>2000</sfilesize>//其它檔案大小
<sflashsize>500</sflashsize>//flash檔案大小
<sremotesize>1000</sremotesize>//發布內容大小
<simagesize>1000</simagesize>//圖片檔案大小
<smediasize>1000</smediasize>//多媒體檔案大小
注意事項:
1、剛部署或調試時出現檔案無法上傳的情況,可以修改eWebEditor.jsp 中
String sUploadFilePath="../upload/";值或修改檔案中字元,重新整理後在改回正常值,即可恢複上傳;
2、如果使用utf-8編碼,需要在調用的jsp頁面頭部加入content-Type=”text/html; charset=utf-8”,不要使用filter對ewebeditor實行統一"UTF-8"或除gb2312以外的編碼;
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.