Tabs - have no clue how to make my task with it....
Hello!
Have a task - need a tabs on page, which need to be created and
dynamically updated via XML every few minutes. Each tab must have
count of items in brackets, and if count is zero, tab need to be
disabled. Here's example:
| Browse (15) | Master1 (4) | Master2 (2) | All masters (6) | Sent
away (1) |
Tab's contents need to be reloaded too. All tabs will reload full
container <div> below, but "Browse" tab have a "date selector" in it,
which don't need to be reloaded or altered, and below date selector
the <div> which need to reload according to selected dates.
Main my problem is the Tabs API, because there tabs can be addressed
only by tab number, which I can't get when I add tab... It will give
absolute mess... Does somebody have ideas or have implemented
something similar to this?