SharePoint2007学习笔记
ttq9017
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
sharepoint中添加FCKeditor编辑器
<br />使用过程如下:<br />1.下载了FCKeditor.Net_2.6.3.zip及FCKeditor_2.6.3.zip(下载地址忘了,非常好找的)<br />从FCKeditor.Net_2.6.3.zip中取到FredCK.FCKeditorV2.dll.<br />从FCKeditor_2.6.3.zip中取到fckeditor<br />2.创建webpart工程<br />引用FredCK.FCKeditorV2.dll<br />private FredCK.FCKed转载 2011-02-16 15:52:00 · 700 阅读 · 0 评论 -
创建ToolBar方法:
<br />protectedvoidPage_Load(objectsender, EventArgs e)02{03 CreateToolBar();04 05 if(!IsPostBack)06 {07 stringscript = "_spOriginalFormAction = document.forms[0].action;/n_spSuppressFormOnSubmitWrapper = true;";08 this.ClientScript.原创 2011-02-16 15:49:00 · 542 阅读 · 0 评论
分享