Web 部件功能未添加说明

发布于 2024-07-05 06:58:45 字数 635 浏览 7 评论 0原文

我将 Web 部件添加到 Web 部件库,作为解决方案中的功能的一部分。

将 Web 部件添加到库后,Web 部件描述字段将被空字符串覆盖。

我已经在我能想到的所有地方添加了描述,包括:

  1. Web 部件本身。 myWebpart.webpart 我的描述
  2. feature.xml Description="mywebpart description"
  3. 功能.xml
  4. webpartManifest.xml(在功能中指定);

我已经不知道在哪里放置描述了,以便在部署解决方案时它会出现在 Web 部件库的“描述”字段中。

你有什么想法?

I am adding a webpart to the webpart gallery as part of a feature within a solution.

When the webpart is added to the gallery, the webparts Description field is being overwritten by an empty string.

I have added a description to everywhere I can think of, including:

  1. The webpart itself. myWebpart.webpart <property name="Description" type="string">my description</property>
  2. The feature.xml Description="mywebpart description"
  3. The feature.xml <Property Key="Description" Value="mywebpart description"></Property>
  4. The webpartManifest.xml (specified in the feature) <File ...><Property Name=Description" Value="mywebpart description">

I have run out of ideas of where to put the description so it will appear in the Description field of the web part gallery when the solution is deployed.

Do you have any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

煞人兵器 2024-07-12 06:58:45

查看以下博客,它描述了整个过程:
在 Sharepoint 网站定义中添加自定义 Web 部件

特别注意自定义属性 TextToDisplay(我认为您已经完成了所有其他步骤)。

Check the following blog, it describes the whole process:
Adding custom webparts in a Sharepoint Site Definition

Specially notice the custom property TextToDisplay (I think you've gone through all the other steps).

拥有 2024-07-12 06:58:45

实际上,所有步骤都是正确的,只是 Web 部件的属性名称被错误地拼写为“Decription”。

多赫

Actually, all the steps were correct, except that the property name for the webpart was mis-spelt as "Decription".

Doh

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文