1

How to open Tab box collapse with link ?

asked 2014-01-17 12:19:22 +0800

Atul30 gravatar image Atul30
35 4

This is my left side link

<h:ul style="padding:12px !important"> <h:li class="shipment" style="margin-top:0px !important;">Customer Detail</h:li> <h:li class="open">Project Overview</h:li> </h:ul>

This is Tabbox collapses <tabbox mold="accordion"> <tabs> <tab class="">Customer Details</tab> <tab class="">Project Overview</tab> </tabs> <tabpanels> <tabpanel id="test1">

<h:img src="css/images/img1.jpg" alt="" border="0" title=""/>
<h:div class="name">${sessionScope.username}</h:div>
Customer Code: <h:span>${customer.customerCode}</h:span>

                                    <div class="user_info">
                                        <h:ul>
                                            <h:li>
                                                <h:label>Customer Name: </h:label> <h:span>${customer.firstName}</h:span>
                                            </h:li>
                                            <h:li>
                                                <h:label>Customer Code: </h:label> <h:span>${customer.customerCode}</h:span>
                                            </h:li>
                                            <h:li>
                                                <h:label>Address: </h:label> <h:span>${customer.address}</h:span>
                                            </h:li>
                                            <h:li>
                                                <h:label>State:</h:label> <h:span>${customer.state}</h:span>
                                            </h:li>
                                            <h:li>
                                                <h:label>Postal code:</h:label> <h:span>${customer.zipcode}</h:span>
                                            </h:li>
                                            <h:li>
                                                <h:label>Contact Person:</h:label> <h:span></h:span>
                                            </h:li>
                                            <h:li>
                                                <h:label>Telephone Number :</h:label> <h:span></h:span>
                                            </h:li>
                                        </h:ul>
                                        <div class="clearboth"></div>
                                    </div>
                                </tabpanel>

                                <tabpanel>
                                    <div class="overview">
                                        <div>   
                                            <div class="left_img">
                                                <div> 
                                                    <h:img src="css/images/pro_img1.jpg" alt="" title="Godrej Properties" width="174" height="117"/>
                                                </div>
                                            </div>
                                            <div class="detail_right">
                                                <div>
                                                    <h:img src="css/images/pro_img1.gif" alt="" border="0" title="Godrej Properties"/>
                                                </div>
                                                <div class="txtjustify">

                                                                                        </div>
                                            </div>
                                            <div class="clearboth"></div>
                                        </div>

                                        <div class="highlight">
                                            <div class="inner_title">
                                                <h:div class="arrwo">Project Highlights </h:div>
                                            </div>

                                            <h:ul class="pro_high">
                                                <h:li class="apartment">Apartments, villas and row houses</h:li>
                                                <h:li class="retail">Retail and commercial spaces</h:li>
                                                <h:li class="club">World-class club house</h:li>    
                                                <h:li class="facilities">Educational, medical and hospital facilities</h:li>
                                                <h:li class="vastu">Vastu-compliant homes</h:li>
                                                <h:li class="construction">Construction by L and T</h:li>
                                                <h:li class="planning">Planning by SOM, USA</h:li>
                                                <h:li class="security">24x7 Security</h:li>
                                                <h:li class="tie_up">Tie up with Clinton Foundation</h:li>
                                            </h:ul>
                                            <div class="clearboth"></div>
                                        </div>
                                        <div class="clearboth"></div>
                                    </div>
                                </tabpanel>
                                <tabpanel>
                                    hello Welcome Gallery
                                </tabpanel>
                            </tabpanels>
                        </tabbox>

Normal Tab collapse panel working but I need when i select link also Tab panel is open.

Thank in advance.

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2014-01-17 18:48:57 +0800

chillworld gravatar image chillworld flag of Belgium
5367 4 9
https://github.com/chillw...

Is the link on a Other page? If so, just give params to your request and catch then in code or zul

link publish delete flag offensive edit
Your reply
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: 2014-01-17 12:19:22 +0800

Seen: 19 times

Last updated: Jan 17 '14

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