I am trying to create a tab component which bring tabs title and content from sharepoint list. In a tab content, I also want to show files from document libraray.
I am currently using SPServices to bring data of Tab Title, Content and Documents. But performance is relatively slow.
I am thinking of adding webpart zone inside tab content, so I can get documents directly instead of querying it. Is it possible to add webpart zone inside Tab Content using javascript?