简体   繁体   English

在 SharePoint 2010 应用程序页面中使用 jquery.form.wizard-3.0.4.min.js

[英]using jquery.form.wizard-3.0.4.min.js inside a SharePoint 2010 Application page

has anyone seen any issues with using a form wizard inside a nested form tag?有没有人看到在嵌套表单标签中使用表单向导有任何问题? i am using jquery.form.wizard-3.0.4.js我正在使用 jquery.form.wizard-3.0.4.js

the problem is that i have to jam the form-wizard into a SharePoint Application page and sharepoints masterpage has a form tag in it and inside there if the ContentPlaceHolder.问题是我必须将表单向导插入 SharePoint 应用程序页面,并且 sharepoints 母版页中有一个表单标签,如果 ContentPlaceHolder 则在其中。 In my aspx page i have the form-wizard Form tag在我的 aspx 页面中,我有表单向导表单标签

nothing happens when executed.执行时没有任何反应。 I think something happens that it is only looking at the top level form tag and that is it, not adding any classes etc.我认为发生了一些事情,它只查看顶级表单标签,就是这样,没有添加任何类等。

any solutions on this?对此有任何解决方案吗?

It has to do with nested form tags.它与嵌套的表单标签有关。 SharePoints MastePage has a form tag and then I have a form tag within my SharePoint Application Page for the form-wizard. SharePoints MastePage 有一个表单标签,然后我在表单向导的 SharePoint 应用程序页面中有一个表单标签。 I removed the use of the MasterPage and all works fine.我删除了 MasterPage 的使用,一切正常。

i also tested this outside of SharePoint to make sure it was the issue and it happens in a simple aspx page.我还在 SharePoint 之外对此进行了测试,以确保这是问题所在,并且它发生在一个简单的 aspx 页面中。

Hope this helps others.希望这对其他人有帮助。

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

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