vs2013 default is a wooden HTML editing window (Design | split | source), need a small set of ~ specific see below ~1. Look at the contrast first (this is the ASPX file)This is a file window in HTML format2. Tools---options3. Find the File Editor--File extension--Enter HTNL, select HTML (Web Form)
, this is unacceptable.
3. innovastudio WYSIWYG editor online editor WYSIWYG)A web-based WYSIWYG (wysiwyg wyg) HTML editor that supports ASP, PHP, and ASP. NET.Latest Version: innovastudio WYSIWYG editor version 2.9Features: Quick loading, integrating all
What you want is the WYSIWYG HTML editor, which requires a few basic steps in simple terms:
1, you need an edit box that you can edit and display the effect. TextArea, it can only be used to enter plain text, can not display color, italic, such as text styles, like Notepad.
You can use IFRAME to implement, modify the DesignMode property of the IFRAME so that it can be edited.
Copy Code code as follo
web| Insert | online
Previously thought that the web's online editor is nothing more than the substitution of input content and the quick insertion of HTML code, but do find that although the principle is that, but the implementation method is not as rigid as I think. Because it's very rare to do something on the UI, it's only now known that there are execcommand methods in document to solve the problem of
Using JavaScript to fetch and set FCKeditor values is also very easy, as follows:
Get HTML content in editor
function Geteditorhtmlcontents (editorname) {
var oeditor = fckeditorapi.getinstance (editorname);
Return (Oeditor.getxhtml (true));
}
Get text in Editor
function Geteditortextcontents (editorname) {
var oeditor = fckeditorapi.getinstance (editorname);
r
TINYMCE editor style is nice and fresh, I like it.TINYMCE is a lightweight browser-based WYSIWYG editor that supports a wide variety of browsers currently in Vogue, written by JavaScript . The flexibility and simplicity of the feature configuration (two lines of code can embed the editor in a Web page), support Ajax. A
There are few development documents for discuz. In the second development, the discuz editor is used to display html code. It is confusing to view the source code and various inexplicable problems. Discuz posts are stored in the database with custom bbcode instead of normal html code. This causes the Post displayed by directly calling the discuz
Overview
In web development, many places use HTML editor (Rich Text editor), I also used several, such as Ueditor, CKEditor and so on. These days read several articles, are about the HTML editor, write an article recorded.Recommended editors
Simditor
This
Author: Tony Qu
Recently, a lot of progress has been made in solving the problem of data pasting. As a technology required by the HTML online editor, we will introduce it in detail and provide implementation reference here. During the study, I did take a lot of detours and tried n methods. Because PM in the United States always felt that some things that affected the user experience were unacceptable, sever
Create a WEB online editor-insert HTML tags before you think that the WEB online editor is nothing more than replacing the input content and quickly inserting HTML code, but when you do it, it is found that although the principle is that, but the implementation method is not as rigid as I thought. Since there are few t
1 the online HTML document editor uses the Getting Started image upload and image management implementation:2Official website: http://kindeditor.net/demo.php3 Development steps:41only selected files need to be imported in development (usually under WebApp, create Editor folder)5Import: lang, plugins, themes, kindeditor.js/kindeditor-min.js-->put it under the
the best way to learn: learning ideas1. How to make a Web page: Create a new Notepad or use the EditPlus editor.
editplus shortcut : copy one row and press "Ctrl+j".
2. In the editor, the HTML code has color differences.
HTML tag: blue;
Tag attrib
Angular using umeditor, you need to bind the data to the editor, use Ng-model to display HTML tags, use Ng-bind to display normally, but I use the modal modal box, the first time ng-bind normal display, when exiting the modal box, Once again, it will be the same as the Ne-model display, with HTML tags, and each time the page
1. Download the editor
Download the latest kindeditor version. Open examples/index.html to view the demo.
Download Page: http://www.kindsoft.net/down.php 2. Deployment Editor
Unzip the kindeditor-x.x.x.zip file and upload all the files to your websiteProgramDirectory, such as http: // your domain name/Editor/
Not
If you want to develop a website, you certainly want a great HTML editor, a good editor can make the code more neatly formatted, the front-end display is also better, so as to improve your productivity. The following is a recommended 10 free HTML editor for developers, you c
It is unavoidable to call Discuz's editor in Discuz two development, but Discuz's development documentation is woefully poor; so it's confusing to look at the source code and all sorts of puzzling questions at two development times. I explained earlier that invoking the instance of the Discuz editor calls the Discuz editor is no longer a problem. However, this is
Install the HTML editor plug-in after pligg9.7beta is set up (FCKeditor configuration and modification in disguise support the Chinese file name: cannot be called after the default upload), just like the csdn Editor
Here (i0day) issued by the Code due to wood chip reasons double quotation marks for single quotes, please refer to the original (by clicking the t
Html rich text editor,
This article recommends two simple Rich Text editors [KindEditor, NicEdit] To get the WYSIWYG editing effect. This article is only for learning and sharing. If you have any shortcomings, please correct them.Overview
The two editors are written in JavaScript and do not need to reference dll. They can be used with mainstream backend programming languages [Java ,. NET, PHP, ASP, etc.] se
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.