0

Tabbox with mold="accordion" and many tabs (over 40 tabs)

asked 2013-10-17 11:30:46 +0800

Weasley gravatar image Weasley
11 2

Hi,

I just created a tabbox as the following code

<vbox align="start" vflex="1" hflex="1" sizedByContent="true">
    <tabbox mold="accordion" vflex="1" hflex="1" style="overflow:scroll">
        <tabs vflex="1">
           <tab forEach="${userGroups}" label="${each.groupName}" id="${each.groupId}"></tab>
        </tabs>
        <tabpanels>
            <tabpanel height="200" id="accord_tabpanel_${each.groupId}" forEach="${userGroups}" vflex="1">
                <vbox sizedByContent="true">
                <label value="test"></label>
                <separator/>
                <label value="test"></label>
                <separator/>
                <label value="test"></label>
                <separator/>
                </vbox>
            </tabpanel>
        </tabpanels>
    </tabbox>
</vbox>

Here is the result: http://farm6.staticflickr.com/5525/10325854554_36b344c816.jpg

The content of the tab is very small, it doesn't show all the content. I tried to change the height of the div, it didn't work. :(. Can anyone help me, please?

delete flag offensive retag edit
Be the first one to answer this question!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2013-10-17 11:30:46 +0800

Seen: 5 times

Last updated: Oct 17 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More