currently supported.
Justifyleft aligns the formatting blocks of the current selection to the left.
Justifynone is not currently supported.
Justifyright aligns the formatting blocks of the current selection to the right.
Liveresize forces the MSHTML editor to continuously update the appearance of the element during scaling or moving, rather than updating it after the move or zoom is complete.
Multipleselection allows you to select more than one site
I used to think that the online editor of the web was nothing more than a replacement for the input and a quick way to insert HTML code, but when I did it I found that although the principle was the same, the implementation was not as rigid as I thought. Since I seldom do anything on the UI, I now know that there is a ExecCommand method in document to solve the p
When an HTML code is submitted for a text box, the MVC action blocks the submission by default, primarily for security reasons. If sometimes the requirement is to submit the HTML code to a single table, then we can take the following two ways to achieve this:1. Tag the Controller's action method [ValidateInput (False)] (for a specific action)2. Add MVC submits page
FCKeditor use instructions 1. FCKeditor Introduction FCKeditor This open-source HTML text Editor allows Web programs to have powerful editing features such as Ms Word. FCKeditor supports current popular browsers such as IE 5.5+, Firefox 1.0+, Mozilla 1 .3+ and Netscape 7+.
FCKeditor Lawsuit Party website: http://www.fckeditor.net/
FCKeditor Online Demo:http://www
This article introduces 18 valuable web page code editors. After two days to prepare the start of my small project, which to use the following east, feel particularly good, hereby record!1.codeanywhereCodeanywhere is the code editor that runs on the browser, embedded with a powerful FTP client. Most popular web formats
that you use the ASP version when modifying a piece of content.
Next look at the JS version:
BasePath settings as described above, the JS version can be used in any Web page, even for HTML pages, because it is generated by the client, the advantage is that one can reduce network traffic, because the editor file only
:
Copy Code code as follows:
Dim Ofckeditor
Set ofckeditor = New FCKeditor
Ofckeditor.basepath = "/"
Ofckeditor.toolbarset = "Default"
Ofckeditor.width = "100%"
Ofckeditor.height = "400"
Ofckeditor.value = RS ("Logbody")
Ofckeditor.create "Logbody"
%>
ASP version, of course, can only be used in an. asp for the extension of the page, if you have in the previous fckedito.asp set BasePath to "/", here you
place these backgrounds or embellishment pictures, But the principle is as little as possible, can use the background of the original label to do with the background, here also test the producer's CSS skill. 4. Compatibility
We also have to do a test in a variety of browsers to see if they are normal in every browser, and then move the code as close to the XHTML standard as possible. Our Faridearss has passed the XHTML test successfully.Then let's recap the XHTML
A long time ago, most people want to do web pages will probably use the tools of FrontPage, more advanced will use Dreamweaver and other software. Although the software provides a convenient "WYSIWYG" editing preview mode, the written web code tends to get messed up for a variety of reasons, seven or eight of the way ...If you're familiar with HTML and CSS, and y
To develop a blog site with vs2013, the. NET Framework 4 requires an HTML editor as a tool for writing articles. Through the multi-trial, ruled out the Dotnettextbox, Kceditor. Think Xheditor is good, now will use the method record as follows:1. To http://download.csdn.net/download/chenhaoying/4274663 download, you will get a file named: "xheditor-1.1.13 using. rar in ASP."2. Use vs2013 to create a new webs
It does not need to install any form of client, compatible with the vast majority of mainstream browsers, support ASP.net, ASP, ColdFusion, PHP, JSP, Active-foxpro, Lasso, Perl, Ython and other programming environments.
Official website http://www.fckeditor.net/
Official documents http://wiki.fckeditor.net/
Download Address http://www.fckeditor.net/download/default.html
FCKeditor Installation and Configuration
Download the Fckeditor2.63.zip and fckeditor.net2.63 version of the 2 Zip p
Objective
HTML (Hypertext Markup Language, Hypertext Markup Language) is a language used to create Web pages by reading HTML files and rendering them into Visual Web pages. This is the tutorial for the 0 basic programming students , HTML belongs to the programming language
cellpaddingAnd
cellspacing, Because these elements often use different values. This is not a perfect solution, but if your webpage has a large number of images and tables, you have no other wise choice, so you have to use them.
The most incomprehensible performance attribute is
textareaTag, which has only
colsAnd
rowsTwo Valid attributes are required in the latest HTML version. Good labels and poor use
To enter your bedroom, you can bend over through
backgrounds or embellishment pictures, But the principle is as little as possible, can use the background of the original label to do with the background, here also test the producer's CSS skill.4. Compatibility
We also have to do a test in a variety of browsers to see if they are normal in every browser, and then move the code as close to the XHTML standard as possible. Our Faridearss has passed the XHTML test successfully.Then let's recap the XHTML Web
Initializebehaviors ()
* Function insertelement (Element)
* Function Insertelementandgetit (e)
* Function inserthtml (HTML)
* function IsDirty ();
* Function makeeditable ()
* Function OnDoubleClick (Element)
* Function Paste ()
* Function Pasteasplaintext ()
* Function Pastefromword ()
* Function Preview ()
* Function Registerdoubleclickhandler (handlerfunction, tag)
* function Resetisdirty ();
* Function sethtml (
'],
[' Bold ', ' italic ', ' underline ', ' Strike ', '-', ' subscript ', ' superscript '],
[' TextColor ', ' bgcolor '],
]
};
Data submission
We've basically set it up here. If invoked, the background can use request["text" to get the editor's text.
In FCKeditor (Ver 2.0), it provides a Web control that can be used directly, but does not appear to be available in 3.x, fortunately I use asp.net mvc so there is no problem for me.
It is
It can be combined with different programming languages such as PHP, JavaScript, ASP, ASP.net, ColdFusion, Java, and ABAP. FCK configuration and use are simple, but the default configuration does not meet all requirements, so we need to know some FCK advanced features.
Get an instance of FCK
Fckeditorapi is a global object that is registered after FCKeditor is loaded, and we can use it to complete various operations on the editor.
Get FCK
first, the use of methods: 1. Introduction of CKEditor Core file in page 2. Insert HTML controls where you use the editor If it is a asp.net environment, you can also use server-side controls Note Add class= "CKEditor" to the control.3, replace the corresponding control into editor code4, configuration
, note that the path to be started by root ===3 place ======================
Modify here to modify the Web-inf/style.xml file correspondence Modify here to modify ewebeditor.jsp file correspondence
Modify here to modify upload.jsp file correspondence
For example, to upload to the root directory under/upload/:
In upload.jsp
String suploadfilepath= "/upload/";
In Style.xml
In ewebeditor.jsp
String suploadfilepath= ".. /upload/"//Set File upload image di
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.