SharePoint 2010开发自定义Web部件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SharePoint 2010开发自定义Web部件相关的知识,希望对你有一定的参考价值。

Great tutorial for getting started with SharePoint custom web parts
  1. //Quick Reference for Web part properties
  2. [WebBrowsable(true),
  3. Category("Miscellaneous"),
  4. Personalizable(PersonalizationScope.Shared),
  5. WebDisplayName("Enter some text")]
  6. public string CustomTextProp { get; set; }

以上是关于SharePoint 2010开发自定义Web部件的主要内容,如果未能解决你的问题,请参考以下文章

Sharepoint 2010添加,编辑,删除表单替换为自定义可视Web部件

Sharepoint 2010 发布站点自定义页面布局 webpart 区域

CSS Sharepoint 2010自定义类,用于内容编辑器Web部件Css语法

Sharepoint 自定义筛选器 Web 部件

Sharepoint 自定义 Web 部件属性未显示在工具箱中

需要调用 dll 和 .js 文件的 SharePoint 2010 Web 部件