question about ui tabs and ui development

question about ui tabs and ui development


I have a question about the ui tabs. I am asking this because currently I am
using my created tabs because the jquery tabs that were out at the time had
an issue with structuring the content like I need and I don’t think that is
it a very uncommon thing that might happen. I would like to use the jquery
ui as the base on my widget library(since it is now out of beta) and just
extend it.
lets say I have the following structure:
<div id="top_container">
<div id="static_image_container">
</div>
<div id="tabs_container">
</div>
<div id="static_content_container">
</div>
<div id="tabs_content_container">
</div>
</div>
Now I have to structure my html like this in order to get the design that is
needed however with the tabs before that container I do .tabs to can only
have the ul of tabs and the divs of content of the tabs that are static. my
plugin allow me to do .tabs() on the top_container and then in the config
set the tabs div id and the content div id so that the correct tabs gets
tabs and hidden and the other static data that will be there no matter what
tab of shown will remain untouched. Is this possible with the jquery ui
tabs?
--
View this message in context: http://www.nabble.com/question-about-ui-tabs-and-ui-development-tp17910026s27240p17910026.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.