0

Change a propertie from North element

asked 2013-05-24 05:52:30 +0800

javikin gravatar image javikin flag of Mexico
45 2
http://www.yellowme.mx/

I'm using the north layout, but i need remove from the element into north "z-north-body" the atribute css overflow: hidden; but i cant override from css because i think this property is write by running code, any ideas?

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-05-24 18:03:07 +0800

javikin gravatar image javikin flag of Mexico
45 2
http://www.yellowme.mx/

I fix the problem, with jquery

 <script>               
     zk.afterMount(function() {
         var north = "#"+zk.Widget.$("$north").uuid+'-cave';        
         $(north).css("overflow","visible");
     }); </script>
link publish delete flag offensive edit
Your answer
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-05-24 05:52:30 +0800

Seen: 11 times

Last updated: May 24 '13

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