EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 14, 2025, 11:22:49 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
if not visible, tabs cannot select a tabpanel
Pages: [
1
]
« previous
next »
Print
Author
Topic: if not visible, tabs cannot select a tabpanel (Read 5422 times)
korenanzo
Guest
if not visible, tabs cannot select a tabpanel
«
on:
March 07, 2016, 11:00:35 AM »
I need to change the selected tabpanel when the tab is hidden.
if I do
o.tabs("select",3)
when o is hidden, it doesn't work.
How can I resolve it?
Thanks,
RIc
RIc
Logged
jarry
Administrator
Hero Member
Posts: 2298
Re: if not visible, tabs cannot select a tabpanel
«
Reply #1 on:
March 07, 2016, 08:46:53 PM »
Selecting on a hidden tabs may cause layout issue. So please do it before making the tabs visible.
Code:
o.show();
o.tabs("select",3);
o.hide();
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...