将自定义工具部件与其他自定义属性分组
我有一个网络部件。我有一个必须从中选择的项目(学校)列表。此列表来自另一个 Sharepoint 列表。我做了一个工具零件。该工具部分创建一个下拉列表并用正确的数据填充它。当我去编辑 Web 部件属性时,下拉列表位于任何其他组之外。我想将该下拉列表添加到“其他”组中。如果我不能把它放在那里,我想创建一个自定义组。
我该怎么做?
I have a webpart. I have a list of items (schools) that I must pick from. This list comes from another Sharepoint list. I made a tool part. This tool part creates a drop down list and populates it with the correct data. When I went to edit the web part properties, the drop down list is sitting outside of any other group. I want to add that drop down list into the "Miscellaneous" group. If I can't put it there, I want to create a custom group.
How do I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要添加其他组,您将需要一些客户端操作(jquery)。
或者您可以创建额外的组:
To add other groups, you will need some client manipulations (jquery).
Or you can just create extra groups: