PDA

View Full Version : extjs.com home page widget


donalconlon
10-15-2007, 01:54 PM
Hi.

New web site looks great. Was just wondering if the samples div on your home page that allows you to page the samples, was an ext control, or something ye threw together? Looks nice!

donal

jgarcia@tdg-i.com
10-15-2007, 03:26 PM
http://extjs.com//themes/ext/v2/samples.js

mcohnen
06-03-2008, 04:08 AM
That link is broken... Could somone post to a link where this kind of "flip paging" is done? Thank you!

Animal
06-03-2008, 04:28 AM
It seems like simply calling http://extjs.com/deploy/dev/docs/?class=Ext.Element&member=scrollIntoView on the header of the section you clicked on.

And the multi view type is all done with CSS. It seems pretty simple.

Animal
06-03-2008, 04:30 AM
It's simpler than that even. There are just anchors at each header, and the title is a direct link using '#anchor-id'