jQuery EasyUI Forum
May 19, 2013, 12:45:06 PM
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
jQuery EasyUI Forum
>
General Category
>
Help for EasyUI
>
How to apply "overflow:hidden" style to dinamically created Tab?
Pages: [
1
]
« previous
next »
Print
Author
Topic: How to apply "overflow:hidden" style to dinamically created Tab? (Read 2035 times)
mzeddd
Jr. Member
Posts: 89
How to apply "overflow:hidden" style to dinamically created Tab?
«
on:
January 07, 2012, 03:01:32 AM »
Question in the subject.
I think it should look like in code below but with some updates
Code:
$('#myTab').tabs('add',{
title:title,
href:address,
closable:true,
style:[{overflow:'hidden'}]
});
Thanks
Logged
stworthy
Administrator
Hero Member
Posts: 645
Re: How to apply "overflow:hidden" style to dinamically created Tab?
«
Reply #1 on:
January 08, 2012, 07:15:45 PM »
Define the hidden class that will be apply to the panel body:
.hidden{
overflow:hidden;
}
Code:
$('#myTab').tabs('add',{
title:title,
href:address,
closable:true,
bodyCls:'hidden'
});
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> Help for EasyUI
=> Bug Report
Loading...