資源簡介
基于kindeditor
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Runtime.InteropServices;
namespace?WinformHTMLEditor
{
????[ComVisible(true)]
????public?partial?class?Form1?:?Form
????{
????????string?content?=?““;
????????public?Form1()
????????{
????????????InitializeComponent();
????????????this.webBrowser1.Url?=?new?System.Uri(Application.StartupPath?+?“\\kindeditor\\e.html“?System.UriKind.Absolute);
????????????this.webBrowser1.objectForscripting?=?this;
????????}
????????//設(shè)置webBrowser1.objectForscripting屬性才會調(diào)用此方法
????????public?void?RequestContent(string?str)
????????{
????????????content?=?str;
????????????txtHTML.Text?=?content;
????????????//CS平臺使用此方法給文本控件賦值
????????????//this.SetEditorBingingValue(txtHTMLcontenttrue);
????????????richTextBox1.Text?=?content;
????????}
????????private?void?richTextBox1_TextChanged(object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1741??2011-11-17?23:00??debug\kindeditor\asp\demo.asp
?????文件???????6574??2011-08-13?22:20??debug\kindeditor\asp\file_manager_json.asp
?????文件???????4736??2010-07-28?14:32??debug\kindeditor\asp\JSON_2.0.4.asp
?????文件??????16267??2011-09-11?13:00??debug\kindeditor\asp\UpLoad_Class.asp
?????文件???????3140??2011-09-11?11:58??debug\kindeditor\asp\upload_json.asp
?????文件??????49664??2010-07-28?14:32??debug\kindeditor\asp.net\bin\LitJSON.dll
?????文件???????1686??2011-08-16?17:00??debug\kindeditor\asp.net\demo.aspx
?????文件???????5970??2011-08-07?20:45??debug\kindeditor\asp.net\file_manager_json.ashx
?????文件????????466??2010-07-28?14:32??debug\kindeditor\asp.net\README.txt
?????文件???????3399??2011-08-14?11:34??debug\kindeditor\asp.net\upload_json.ashx
?????文件???????1541??2012-02-03?14:21??debug\kindeditor\e.html
?????文件???????1004??2011-09-25?23:05??debug\kindeditor\examples\colorpicker.html
?????文件???????2507??2011-09-25?23:05??debug\kindeditor\examples\custom-plugin.html
?????文件????????823??2011-09-25?23:05??debug\kindeditor\examples\custom-theme.html
?????文件???????2285??2011-09-25?23:05??debug\kindeditor\examples\default.html
?????文件????????946??2011-09-25?23:05??debug\kindeditor\examples\dialog.html
?????文件???????1024??2011-09-27?22:26??debug\kindeditor\examples\dynamic-load.html
?????文件????????833??2011-12-11?14:12??debug\kindeditor\examples\file-dialog.html
?????文件????????891??2011-09-28?21:00??debug\kindeditor\examples\file-manager.html
?????文件????????747??2011-09-25?23:05??debug\kindeditor\examples\filter-mode.html
?????文件????????851??2011-10-03?23:19??debug\kindeditor\examples\image-dialog.html
?????文件????????282??2011-08-09?12:50??debug\kindeditor\examples\index.css
?????文件???????2426??2011-12-10?23:05??debug\kindeditor\examples\index.html
?????文件????????698??2011-10-29?22:38??debug\kindeditor\examples\jquery.html
?????文件????????743??2011-10-29?22:38??debug\kindeditor\examples\mootools.html
?????文件???????1014??2011-11-24?11:27??debug\kindeditor\examples\multi-language.html
?????文件????????993??2011-09-25?23:05??debug\kindeditor\examples\newline.html
?????文件???????1371??2011-08-11?12:59??debug\kindeditor\examples\node.html
?????文件????????996??2011-10-16?21:48??debug\kindeditor\examples\paste-type.html
?????文件???????1029??2011-09-25?23:05??debug\kindeditor\examples\readonly.html
............此處省略288個文件信息
- 上一篇:Tcp通信示例源碼(含服務器端以及客戶端)11481
- 下一篇:C# 一元線性回歸
評論
共有 條評論