Dojo Splitter not working inside TabContainer

Course Queries Syllabus Queries 2 years ago

0 1 0 0 0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating

Posted on 16 Aug 2022, this text provides information on Syllabus Queries related to Course Queries. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Answers (1)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 2 years ago

 


Using the following code snippet, the splitter is displayed fine on the first tab that appears after transition to the current page, however the splitter doesn't show up properly in the subsequent tabs.

 dojoType="dijit.layout.TabContainer" class="fitToHeight fitToWidth" tabStrip="true">
 dojoType="dijit.layout.ContentPane" class="fitToHeight fitToWidth" title="Tab_1">              
    
        viewId="/view/syllabus/syllabusManagement.xhtml"
        id="container_syllabus">
    
dojoType="dijit.layout.ContentPane" class="fitToHeight fitToWidth" title="Tab_2"> viewId="/view/student/studentManagement.xhtml" id="container_student">

 

Here's is the snippet of employeeManagement.xhtml/syllabusManagement.xhtml

 dojoType="dijit.layout.BorderContainer" design="sidebar"
    liveSplitters="true" class="fitToHeight fitToWidth">

     class="leftPanel" dojoType="dijit.layout.ContentPane"
            minSize="5%" splitter="true" region="leading">
            Source Code Goes Here
    
class="targetPanel" dojoType="dijit.layout.ContentPane" minSize="400" region="center"> Target Code Goes Here

When the page loads, defaults to syllabusManagement.xhtml, the splitter functions as needed, but when i switch the tab to employeeManagement.xhtml, the splitters goes for a toss, gives real unpredictable behaviour.

My observation is that the splitter is rendered well when the tab is loaded on transition.

How do one fix this splitter rendering issue ?

Thanks.

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Important Course Queries Links