Form With Related Items
-
- Posts: 3
- Joined: Wed May 01, 2013
I was wondering if this was possible to do in SP 2010. I tried with no success.
http://spform.com/forms-designer- ... ist-part-1
Thanks
Chris
http://spform.com/forms-designer- ... ist-part-1
Thanks
Chris
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Sure, you can add a list of related items into a tab by following the same steps as for SharePoint 2013. Which step have you got trouble in?
-
- Posts: 3
- Joined: Wed May 01, 2013
I added the web part and the javascript. However, its not putting the web part under the tab.
var wp0 = $('div[id^="MSOZoneCell_WebPartWPQ2"]:eq(0)');
wp0.detach().appendTo('#fd_tabcontrol-0-tab-2');
Only change I made was WPQ2 I added the two after looking at the source on my page. I thought that might have been it. I also tried tab-2 and tab-4. I added addtional tabs but no luck.
Thanks
Chris
var wp0 = $('div[id^="MSOZoneCell_WebPartWPQ2"]:eq(0)');
wp0.detach().appendTo('#fd_tabcontrol-0-tab-2');
Only change I made was WPQ2 I added the two after looking at the source on my page. I thought that might have been it. I also tried tab-2 and tab-4. I added addtional tabs but no luck.
Thanks
Chris
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Please, send us html-source of your form-page:
Open your form in the browser
Open its source
Send it to support@spform.com
Thank you.
Open your form in the browser
Open its source
Send it to support@spform.com
Thank you.
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Thank you for your message. You're right, SharePoint 2010 has a little different markup. So, please, try the following script instead:
Code: Select all
var wp0 = $('td[id^="MSOZoneCell_WebPartWPQ"]:eq(0)');
wp0.children(':first').detach().appendTo('#fd_tabcontrol-0-tab-2');
-
- Information
-
Who is online
Users browsing this forum: No registered users and 6 guests