Categories | Question details Back To List | ||
vertical content scrolling on all tabs. only need it on one. someone else had brought this up, about the tab content scrolling (in the tab), being stuck on the maximum value. so, you have 3 tabs that don't need to scroll, and one that does, and when you test it, all of the tabs scroll. someone replied with this... You can disable behavior by next code modification In dhtmlxTabbar.js dhtmlXTabBar.prototype.adjustSize=function(){ if ((!this._ahdj)&&(!this._awdj)) return; var flag=false; var x=0; var y=0; for (var id in this._content){ Marked code loop through all existing tabs, you can modify it to use only current active tab, and call in from OnSelect event handler forgive me if i'm missing something, but i don't understand how to fix this. is there a way to only have whatever tab needs to scroll be the only one? thanks, jason Answer posted on Nov 06, 2007 03:51 The mentioned answer was related to situation when tabbar use "resize-to-content" mode, where scrollbars absent at all. The problem which you describe can occurs in case of initializing tabbar from HTML - if its your case - please contact us directly at support@scand.com - we will send you updated files. Answer posted by Dieter on Jan 10, 2008 17:14 Answer posted by Dieter on Jan 10, 2008 17:17 can anybody attach the files - i've got the same problem, fixed div-height and only one tab has scrolling-size but in all tabs the scrollbars are displayed. the tabdata is loading by html. thanks a lot. Answer posted by Dieter on Jan 10, 2008 17:21 or send me the update-files by email to niewiederdieter@gmx.de - thanks!!! |