码迷,mamicode.com
首页 > Web开发 > 详细

百度编辑器ueditor(版本:r1_4_3-asp.net)配置

时间:2014-06-24 15:23:32      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:style   blog   code   java   http   ext   

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
    <!--百度编辑器ueditor.config.js-->
    <script src="ueditor/ueditor.config.js" type="text/javascript"></script>
    <!--百度编辑器ueditor.all.min.js-->
    <script src="ueditor/ueditor.all.min.js" type="text/javascript"></script>
    <!--百度编辑器css样式-->
    <link href="ueditor/themes/default/css/ueditor.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <!--百度编辑器TextBox ID="myEditor"-->
        <asp:TextBox ID="myEditor" runat="server" Width="100%" TextMode="MultiLine" Height="486px"></asp:TextBox>
        <script type="text/javascript">
            var editor = new baidu.editor.ui.Editor();
            editor.render("myEditor");
        </script>
    </div>
    </form>
</body>
</html>

 

 

百度编辑器ueditor(版本:r1_4_3-asp.net)配置,布布扣,bubuko.com

百度编辑器ueditor(版本:r1_4_3-asp.net)配置

标签:style   blog   code   java   http   ext   

原文地址:http://www.cnblogs.com/yiyilian/p/3805778.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!