在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
修改简化文件大小后的案例下载:下载文件到本地 也可以到官方网站下载最新的基于jquery的 https://www.ogeek.net/codes/44180.html 1 html <textarea id="txtcontent" runat="server" name="elm1″ rows="15″ cols="80″ style="width:80%"></textarea> 2 js引用 首先引用tiny_mce.js和jquery-1.4.2.min.js tinyMCE的调用: 复制代码 代码如下:<script type="text/javascript"> tinyMCE.init({ // 通用参数配置 mode : "textareas", theme : "advanced", plugins :"pagebreak,style,layer,table,save", // 主题参数配置 theme_advanced_buttons1 :",bold,italic,underline,strikethrough", theme_advanced_buttons2 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", theme_advanced_resizing : true, // 在此处可以更换您自己的样式 content_css : "css/word.css", external_link_list_url : "lists/link_list.js", // Replace values for the template plugin template_replace_values : { username : "Some User", staffid : "991234″ } }); </script> 参数详解: mode:textareas或者exact |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论