I have a page where I am using the Spry tabbed widget to separate sections of a
form. Everything is working fine but recently I was asked if I could provide a
toggle so that they could see everything instead of using the tabs. I did not
see how this would be possible but figured I would ask, is there a way to
deinitialize a widget? Reason I asked is I noticed if I commented out the line
that initializes the tabbed widget that the page does display how they would
like it to with this requested toggling option.
Another option I was considering was adding another tab that when clicked
would grab the content out of each div and contenate it into this new tab
although not sure how feasible or well that would run when moving things around
like that.