如何启用 WebPartDisplayMode

发布于 2024-09-26 06:23:34 字数 57 浏览 2 评论 0原文

我正在尝试向页面添加 Web 部件,但无法启用“编辑”模式。仅启用浏览模式。如何启用编辑和设计模式?

I am trying to add a webpart to page and I cannot get the "Edit" mode to enable. Only the browse mode is enabled. How do I enable Edit and Design modes?

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

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

发布评论

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

评论(2

飘过的浮云 2024-10-03 06:23:34

您可以在 webpartmanager 中启用 。并将 Web 部件的 AllowEdit 属性设置为 true

You might enable <Personalization Enabled="true" /> in webpartmanager. And set the webparts's AllowEdit property to true

千鲤 2024-10-03 06:23:34

遇到了同样的问题,然后意识到我需要先登录/验证用户身份,然后才能看到设计/编辑模式。这是因为无论您进行什么更改,它都会被保存并保存。与您登录的用户关联。

Was having the same issue and then realized that I need to login/authenticate with a user before I can see the design/edit mode. That's because whatever changes you do it will be saved & associated to your logged user.

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