Sharepoint:使用自定义布局,Web 部件的拖放不起作用
我在共享点中拖放 Web 部件时遇到问题。 下面描述了我所做的事情:
- 我正在使用 MOSS 2007。
- 创建了一些基于原始 BlankWebPartPage.aspx 的自定义页面布局,并进行了调整以匹配我们的 HTML 雕刻。
- 创建自定义 Web 部件。
- 将这些 Web 部件附加到基于自定义布局的页面。
现在,Web 部件工作正常,但无法将其拖放到同一页面上的其他 Web 部件容器中。
如果有人可以告诉我: 1. 如何诊断问题的原因? 2. 拖放是否应该在自定义布局上工作? 3. 是什么错误导致它无法工作?
提前致谢!
I am having an issue with the drag and drop of webpart in sharepoint. The following described what I have done:
- I am using MOSS 2007.
- Created some custom page layouts that's based on the original BlankWebPartPage.aspx and tweaked to matched our HTML carve.
- Created custom web parts.
- attached those web parts to the pages that's based on the custom layout.
Now the web parts are working fine, except for the part that it cannot be dragged and drop to other web parts container on the same page.
If anyone can show me:
1. How to diagnose the issue on what's causing it?
2. Is the drag and drop supposed to work on a custom layout?
3. What's the error that's causing it not to work?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是您遇到的问题吗: http://blog.mastykarz.nl/css-causes-javascript-error-while-moving-web-parts-in-edit-mode/?
Is this the issue you're experiencing: http://blog.mastykarz.nl/css-causes-javascript-error-while-moving-web-parts-in-edit-mode/?
是的,就是这个! 那里还有另一个链接:
http://neilmosafi.blogspot .com/2007/11/sharepoint-dragging-webparts-causes.html
该链接显示了用于解决该问题的 JavaScript。
Yeah that's the one exactly! There is another link in there:
http://neilmosafi.blogspot.com/2007/11/sharepoint-dragging-webparts-causes.html
That link shows a javascript to fix the issue.
您可以尝试拖动到区域容器的“添加 Web 部件”部分。 我在将 Web 部件(尤其是自定义 Web 部件)拖动到位时遇到问题。
另外,你可以发布一些代码吗? 特别是页面布局。 随意删除最不重要的部分,但这应该有助于诊断您的问题。
You might try dragging into the "add web part" portion of the container of zone. I've had issues with dragging the web parts into position, particularly custom web parts.
Also, can you post some code? Particularly the page layout. Feel free to clip out the most non-essential parts, but it should help to diagnose your problem.