博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
xhEditor 简约而不简单哦
阅读量:6420 次
发布时间:2019-06-23

本文共 671 字,大约阅读时间需要 2 分钟。

  1. 官网下载最新xhEditor,
  2. 在站点下新建xheditor文件夹,讲下载文件包放至其中 也可以下载我包好的,当前最新版本1.1.7 
  3. 在线  生成textarea或者TextBox 的class 样式
    例如: <asp:TextBox ID="tb_me" runat="server"  class="xheditor-mini {skin:'nostyle',width:'350',height:'200',layerShadow:1,forcePtag:false,cleanPaste:3}" TextMode="MultiLine"></asp:TextBox>
  4. 在head中引入
    <link rel="stylesheet" href="xheditor/common.css" type="text/css" media="screen" />
    <script type="text/javascript" src="xheditor/jquery/jquery-1.4.2.min.js"></script>
    <script type="text/javascript" src="xheditor/xheditor-1.1.7-zh-cn.min.js"></script>
  5. 预览页面如下去可以使用了呵呵

最后需要注意的是要修改common.css文件的margin哦 否则页面样式会出问题

转载于:https://www.cnblogs.com/ninepts/archive/2012/01/11/2319844.html

你可能感兴趣的文章
NGINX引入线程池 性能提升9倍
查看>>
《淘宝技术这十年》读书笔记 (四). 分布式时代和中间件
查看>>
linux下mongodb定时备份指定的集合
查看>>
SMP架构多线程程序的一种性能衰退现象—False Sharing
查看>>
oVirt JBAS server start failed, ajp proxy cann't server correct. ovirt-engine URL cann't open
查看>>
CDP WebConsole上线公告
查看>>
ubuntu下安装摄像头应用程序xawtv
查看>>
GFS2,GFS,EXT2,EXT3 SEQ-write performance compare
查看>>
PostgreSQL 如何比较两个表的定义是否一致
查看>>
PHPCMS2008利用EXP
查看>>
扩展android-volley来开发Android restful client
查看>>
Linux Mint下Kindle Fire调试android程序
查看>>
自定义Background
查看>>
git笔记
查看>>
Android开源中国客户端学习 配置文件读写 以及其他一些工具类 <13>
查看>>
国外的opencv识别文档
查看>>
java获取指定字符串的下一个
查看>>
多行数据提交到Struts的ActionForm的List属性中
查看>>
理解RESTful架构
查看>>
Linux自动压缩备份目录文件与恢复
查看>>