Webpart 功能未添加说明
Posted
技术标签:
【中文标题】Webpart 功能未添加说明【英文标题】:Webpart feature not adding Description 【发布时间】:2010-09-12 22:06:43 【问题描述】:我正在将 Web 部件添加到 Web 部件库,作为解决方案中功能的一部分。
将 webpart 添加到库时,webpart 描述字段将被空字符串覆盖。
我在所有我能想到的地方都添加了描述,包括:
-
Web 部件本身。我的Webpart.webpart
<property name="Description" type="string">my description</property>
feature.xml Description="mywebpart description"
feature.xml <Property Key="Description" Value="mywebpart description"></Property>
webpartManifest.xml(在功能中指定)<File ...><Property Name=Description" Value="mywebpart description">
我已经不知道在哪里放置描述,因此在部署解决方案时它会出现在 Web 部件库的描述字段中。
你有什么想法吗?
【问题讨论】:
【参考方案1】:查看以下博客,它描述了整个过程: Adding custom webparts in a Sharepoint Site Definition
特别注意自定义属性 TextToDisplay(我想你已经完成了所有其他步骤)。
【讨论】:
【参考方案2】:实际上,所有步骤都是正确的,只是 webpart 的属性名称被错误拼写为“Decription”。
呵呵
【讨论】:
好的,我帮不上忙 :-)以上是关于Webpart 功能未添加说明的主要内容,如果未能解决你的问题,请参考以下文章
添加 webPart SharePoint 2013 时列表不存在错误
【高分悬赏】在sharepoint里添加webpart,webpart读取列表中添加的信息并显示,怎么写
powershell 安装sharepoint webpart:这个脚本1)备份当前部署的webpart,2)删除以前的webpart,3)添加新的wsp,4)dep
Visual Studio 2010 未生成 SharePoint 2010 WebPart .g.cs 文件