Comments on: Reid Burke’s Scrolling TabView http://yuiblog.com/blog/2008/05/20/scrolling-tabview/ News and Artilces about Designing and Developing with Yahoo! Libraries. Sat, 11 Oct 2008 11:20:52 +0000 http://wordpress.org/?v=2.3.3 By: R.Seiji » links for 2008-05-23 http://yuiblog.com/blog/2008/05/20/scrolling-tabview/#comment-380927 R.Seiji » links for 2008-05-23 Fri, 23 May 2008 21:31:03 +0000 http://yuiblog.com/blog/2008/05/20/scrolling-tabview/#comment-380927 [...] Reid Burke’s Scrolling TabView » Yahoo! User Interface Blog Nice tab navigation effects (tags: interface:concepts interface:ajax) [...] […] Reid Burke’s Scrolling TabView » Yahoo! User Interface Blog Nice tab navigation effects (tags: interface:concepts interface:ajax) […]

]]>
By: YUI Addons Trac Now Live http://yuiblog.com/blog/2008/05/20/scrolling-tabview/#comment-380320 YUI Addons Trac Now Live Thu, 22 May 2008 22:44:33 +0000 http://yuiblog.com/blog/2008/05/20/scrolling-tabview/#comment-380320 [...] received a great response from the community about my ScrollTabView addon. I’d like to thank all of the visitors and [...] […] received a great response from the community about my ScrollTabView addon. I’d like to thank all of the visitors and […]

]]>
By: Reid Burke http://yuiblog.com/blog/2008/05/20/scrolling-tabview/#comment-380131 Reid Burke Thu, 22 May 2008 16:18:37 +0000 http://yuiblog.com/blog/2008/05/20/scrolling-tabview/#comment-380131 Thomas, That should be possible. This initial version focuses on letting ScrollTabView handle the styling instead of relying on other CSS. That's something I'd like to improve on-- being able to detect the styles if you don't specify them. Until then, your workaround should work. Just make sure you use offsetHeight and offsetWidth, not offsetheight and offsetwidth. -Reid Thomas,

That should be possible. This initial version focuses on letting ScrollTabView handle the styling instead of relying on other CSS.

That’s something I’d like to improve on– being able to detect the styles if you don’t specify them. Until then, your workaround should work. Just make sure you use offsetHeight and offsetWidth, not offsetheight and offsetwidth.

-Reid

]]>
By: YUI: ScrollTabView Makes Tabbed Views Even Better http://yuiblog.com/blog/2008/05/20/scrolling-tabview/#comment-379508 YUI: ScrollTabView Makes Tabbed Views Even Better Wed, 21 May 2008 22:25:18 +0000 http://yuiblog.com/blog/2008/05/20/scrolling-tabview/#comment-379508 [...] Update: I’ve been featured on the official YUI Blog! [...] […] Update: I’ve been featured on the official YUI Blog! […]

]]>
By: Thomas http://yuiblog.com/blog/2008/05/20/scrolling-tabview/#comment-379081 Thomas Wed, 21 May 2008 14:03:19 +0000 http://yuiblog.com/blog/2008/05/20/scrolling-tabview/#comment-379081 Very nice idea! It is possible to get width and height from DOM like this..? hhh = document.getElementById("canvas").offsetheight; www = document.getElementById("canvas").offsetwidth; ScrollTabView('canvas', { width: www, height: hhh, direction: 'horizontal' }); Many thanks, Thomas Very nice idea!

It is possible to get width and height from DOM
like this..?

hhh = document.getElementById(”canvas”).offsetheight;

www = document.getElementById(”canvas”).offsetwidth;

ScrollTabView(’canvas’, { width: www, height: hhh, direction: ‘horizontal’ });

Many thanks,
Thomas

]]>