国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 學(xué)院 > 開(kāi)發(fā)設(shè)計(jì) > 正文

使用WebKit.net加載HTML編輯器

2019-11-17 02:41:28
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

使用WebKit.net加載HTML編輯器

關(guān)于webkit.net使用請(qǐng)看這里http://m.survivalescaperooms.com/linyijia/p/4045333.html

nicedit編輯器請(qǐng)到這里下載http://www.nicedit.com/download.php

PRivate void Form1_Load(object sender, EventArgs e)        {            string url = String.Format(@"file:///{0}nicedit/index.html", AppDomain.CurrentDomain.BaseDirectory);            url = url.Replace("http://", "/").Replace(" ","%20");            webKitBrowser1.Navigate(url);        }

  需要把路徑修改一下,空格也要轉(zhuǎn)碼

以nicedit為例,以下是index.html代碼,里面新增了兩個(gè)方法,getData(取值)、setData(賦值)

<html><head><title></title></head><body style="padding:0;margin:0"><div id="sample"><script src="nicEdit.js" type="text/javascript"></script><script type="text/Javascript">bkLib.onDomLoaded(function() {nic=new nicEditor({fullPanel : true}).panelInstance('area2');ndinstance = nic.nicInstances[0]; });function setData(html) {//設(shè)置htmlndinstance.setContent(html);        }function getData(){//獲取htmlreturn ndinstance.getContent();}</script><textarea style="width:1000px;height:740px" id="area2"></textarea></div></body></html>

  c#使用代碼進(jìn)行取值和賦值

賦值(因?yàn)镮nvokeScriptMethod這方法沒(méi)法帶參數(shù),所以改用以下方法):
webKitBrowser1.StringByEvaluatingJavaScriptFromString("setData('sdfsd')");

  

取值:
MessageBox.Show(webKitBrowser1.Document.InvokeScriptMethod("getData").ToString()); 

  


發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 石屏县| 舟曲县| 安图县| 临沂市| 花莲市| 德安县| 阿坝县| 萍乡市| 庐江县| 柘城县| 元氏县| 华安县| 秀山| 阳高县| 洛宁县| 徐汇区| 鄂尔多斯市| 台北县| 吉林市| 泽普县| 饶阳县| 邵武市| 会东县| 绩溪县| 唐河县| 西乌| 秦皇岛市| 阳高县| 潼关县| 都兰县| 长阳| 龙胜| 延安市| 大余县| 韩城市| 鄂尔多斯市| 潢川县| 兴宁市| 师宗县| 延边| 荥阳市|