Answered by:
Tab in web part form

Question
-
I have a new project so I decide to use custom forms. Since there are many fields, it is better to put them in different tabs. I am using Video Studio 2015, there are not much tab feature in VS2015. I am wonder if there is any free custom tab feature I can use with Video Studio 2015. Please advise. Many thanks.Tuesday, October 23, 2018 5:29 PM
Answers
-
Here are the links for you
http://www.markrackley.net/2015/08/16/sharepoint-tabbed-web-partshillbillytabs-3-0/
https://www.softlanding.ca/about-Softlanding/resources/blog/adding-tabs-both-sharepoint-2013-and-2010
Please remember to click Mark as Answer on the answer if it helps you
- Proposed as answer by Lee__liMicrosoft contingent staff Friday, October 26, 2018 7:24 AM
- Marked as answer by eg10013 Monday, October 29, 2018 1:07 PM
Tuesday, October 23, 2018 8:47 PM -
Hi,
We can using jQuery UI tabs to achieve it.
In SharePoint 2013, we can use JSLINK for list form to achieve the tab form. The example code as below.
https://code.msdn.microsoft.com/office/Client-side-rendering-code-b2eedf92
Best Regards,
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.- Proposed as answer by Lee__liMicrosoft contingent staff Friday, October 26, 2018 7:24 AM
- Marked as answer by eg10013 Monday, October 29, 2018 1:07 PM
Wednesday, October 24, 2018 6:23 AM
All replies
-
Here are the links for you
http://www.markrackley.net/2015/08/16/sharepoint-tabbed-web-partshillbillytabs-3-0/
https://www.softlanding.ca/about-Softlanding/resources/blog/adding-tabs-both-sharepoint-2013-and-2010
Please remember to click Mark as Answer on the answer if it helps you
- Proposed as answer by Lee__liMicrosoft contingent staff Friday, October 26, 2018 7:24 AM
- Marked as answer by eg10013 Monday, October 29, 2018 1:07 PM
Tuesday, October 23, 2018 8:47 PM -
Hi,
We can using jQuery UI tabs to achieve it.
In SharePoint 2013, we can use JSLINK for list form to achieve the tab form. The example code as below.
https://code.msdn.microsoft.com/office/Client-side-rendering-code-b2eedf92
Best Regards,
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.- Proposed as answer by Lee__liMicrosoft contingent staff Friday, October 26, 2018 7:24 AM
- Marked as answer by eg10013 Monday, October 29, 2018 1:07 PM
Wednesday, October 24, 2018 6:23 AM -
Thanks for Lakshmanan and Dennis. I am sorry that I forget to mention that I do not want to JavaScript or JQuery because my code will involved JavaScript/JQuesry. I have difficult that use the JavaScript within a container of JavaScript. I think HTML is a more safe way to use. The following is my HTML solution. I have two levels of tab. So I use two levels of <asp:Menu>. Thanks for your time and responses.
- Proposed as answer by Dennis Guo Monday, October 29, 2018 1:15 AM
Friday, October 26, 2018 8:27 PM -
Hi,
Thanks for sharing, it will help others who suck with the problem!
Best Regards,
Dennis
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.Monday, October 29, 2018 1:15 AM