My project is google module tab application. I added the tab control with drag and drop event within a limited area but the next requirement is that I have to limit the number of tabs viewed in page. The count of tabs does not matter. If it exceeds the page size I have to hide the extra tabs. How do I solve this?My project is google module tab application. I