Modify the simplified file size and download the example: Download the file to your local computer. You can also download the latest jQuery-based code from the official website: https://www.jb51.net/codes/44180.html 1 html <textarea id="txtcontent" runat="server" name="elm1" rows="15" cols="80" style="width:80%"></textarea> 2 js reference First reference tiny_mce.js and jquery-1.4.2.min.js Calling tinyMCE: Copy code The code is as follows:<script type="text/javascript"> tinyMCE.init({ // General parameter configuration mode : "textareas", theme : "advanced", plugins :"pagebreak,style,layer,table,save", // Theme parameter configuration 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, // You can replace your own style here 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> Parameter details: mode: textareas or exact |
<<: MyBatis dynamic SQL comprehensive explanation
>>: CSS to achieve the image hovering mouse folding effect
Specific method: Step 1: Stop the mysql service /...
Docker Hub official website 1. Search for Python ...
Table of contents javascript tamper-proof object ...
Table of contents Preface: 1. Concept 2. The bene...
Preface When using RabbitMQ, if there is no traff...
Table of contents Preface Bubble Sort Basic Algor...
01. Overview Absolute paths and relative paths ar...
Table of contents 1. Introduction 2. Interface 3....
This article shares the specific code of JS to ac...
During this period of time, I was studying docker...
1. Natural layout <br />The layout without a...
The props of the component (props is an object) F...
Preface This control will have a watermark at the...
Installation Environment WIN10 VMware Workstation...
To solve the problem that Deepin cannot start Goo...