首页 > 其他 > 详细

xheditor上传图片配置

时间:2014-02-13 03:31:30      阅读:466      评论:0      收藏:0      [点我收藏+]

bubuko.com,布布扣

二、

 

bubuko.com,布布扣

源码:

bubuko.com,布布扣
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Xeditor.aspx.cs" Inherits="Xeditor" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title></title>
    <script src="xheditor/jquery/jquery-1.4.4.min.js"></script>
    <script src="xheditor/xheditor-1.2.1.min.js"></script>
    <script src="xheditor/xheditor_lang/zh-cn.js"></script>
<script type="text/javascript">
    $(pageInit);
    function pageInit() {
        $.extend(XHEDITOR.settings, { shortcuts: { ctrl+enter: submitForm } });
        $(#elm4).xheditor({ upImgUrl: "xheditor/upload.aspx", upImgExt: "jpg,jpeg,gif,png" });
    }
    function submitForm() { $(#frmDemo).submit(); }
</script>
</head>
<body>
    <form id="form1" runat="server">
        <div>
            <textarea id="elm4" name="elm4" rows="12" cols="80" style="width: 80%">
内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容
    </textarea><br /><br />
        </div>
    </form>
</body>
</html>
bubuko.com,布布扣

 

asdf

xheditor上传图片配置

原文:http://www.cnblogs.com/juexin/p/3546410.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!