简体   繁体   English

迁移到SharePoint 2010后,Infopath 2007表单的控件的大小进行了调整

[英]Infopath 2007 form's controls resized after migration to sharepoint 2010

I recently migrated my MOSS 2007 application to share point 2010 which included browser based info-path form filling feature. 最近,我将MOSS 2007应用程序迁移到了共享点2010,该共享点包括基于浏览器的信息路径表单填充功能。 The controls in the form look compressed and re-sized, and effectively renders without the desired functionality. 表单中的控件看起来经过压缩和调整大小,并且有效地呈现了所需的功能。

Is there anything I can do to get the form back to its normal view? 我有什么办法可以使表格恢复其正常视图?

Thanks a million in advance! 预先感谢一百万!

The 2010 rendering is different from MOSS 2007. I had to included 2010年的渲染与MOSS 2007不同。我不得不加入

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

in my aspx page that hosted the xml form view. 在托管xml表单视图的aspx页面中。 This worked for me! 这对我有用!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM