Forum Discussion
googleid_105206
14 years agoContributor
Hi Tanya,
iam sending Tabs developed code.Please follow the code and suggest a solution.
<s:TabBar id="tabs" dataProvider="{stageTabs}" width="100%" change="tabs_changeHandler(event)"/>
<mx:ViewStack id="stageTabs" width="100%" height="100%" creationPolicy="all">
<s:NavigatorContent id="stageInfoNavContent" label="{resourceManager.getString('resources','StageDetails.label.stageInfo')}" width="100%" height="100%">
<workflowbuilder:StageInfo id="stageInfo" name="stageInfo" stageInfoId="{this.stageId}"
width="100%" height="100%" />
</s:NavigatorContent>
<s:NavigatorContent id="stagePolicyNavContent" label="{resourceManager.getString('resources','StageDetails.label.stagePolicy')}" width="100%" height="100%">
<workflowbuilder:StagePolicy id="stagePolicy" name="stagePolicy" stagePolicyId="{this.stageId}"
width="100%" height="100%" />
</s:NavigatorContent>
<s:NavigatorContent id="stageNotificationNavContent" label="{resourceManager.getString('resources','StageDetails.label.stageNotification')}" width="100%" height="100%">
<workflowbuilder:StageNotification id="stageNotification" name="stageNotification" stageNotId="{this.stageId}"
width="100%" height="100%" />
</s:NavigatorContent>
</mx:ViewStack>
Thanks,
Vijay
iam sending Tabs developed code.Please follow the code and suggest a solution.
<s:TabBar id="tabs" dataProvider="{stageTabs}" width="100%" change="tabs_changeHandler(event)"/>
<mx:ViewStack id="stageTabs" width="100%" height="100%" creationPolicy="all">
<s:NavigatorContent id="stageInfoNavContent" label="{resourceManager.getString('resources','StageDetails.label.stageInfo')}" width="100%" height="100%">
<workflowbuilder:StageInfo id="stageInfo" name="stageInfo" stageInfoId="{this.stageId}"
width="100%" height="100%" />
</s:NavigatorContent>
<s:NavigatorContent id="stagePolicyNavContent" label="{resourceManager.getString('resources','StageDetails.label.stagePolicy')}" width="100%" height="100%">
<workflowbuilder:StagePolicy id="stagePolicy" name="stagePolicy" stagePolicyId="{this.stageId}"
width="100%" height="100%" />
</s:NavigatorContent>
<s:NavigatorContent id="stageNotificationNavContent" label="{resourceManager.getString('resources','StageDetails.label.stageNotification')}" width="100%" height="100%">
<workflowbuilder:StageNotification id="stageNotification" name="stageNotification" stageNotId="{this.stageId}"
width="100%" height="100%" />
</s:NavigatorContent>
</mx:ViewStack>
Thanks,
Vijay