Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142619 | Feb 12,2019 02:14 PM UTC | Feb 18,2019 12:23 PM UTC | React - EJ 2 | 5 |
![]() |
Tags: General |
<TabComponent heightAdjustMode="Auto" id="tabelement">
<TabItemsDirective>
<TabItemDirective header={headertext[0]}
content={contentTemplate1} />
<TabItemDirective header={headertext[1]}
content={contentTemplate2} />
</TabItemsDirective>
</TabComponent>
// give the store component to your Tab item content template function
function contentTemplate1() {
return (
<Provider store={store}>
<App />
</Provider>
);
}
function contentTemplate2() {
return <CalendarComponent />;
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.