javascript - How do i provide new line between two tab using tabber class -
hii all, new javascript , don't know tabber class ,i have page tabs in 2 differnet line attached system property page tabs in 2 different line .
<div class="tabber"> <div class="tabbertab"> <h2>tab1</h2> form stuff goes here... </div> <div class="tabbertab"> <h2>tab2</h2> form stuff goes here </div> <div class="tabbertab ${tab_default}"> <h2>tab3</h2> form stuff goes here submit button here... </div>
suppose these 2 tabs come 2 different line...
you'll need use code support such feature, quick jquery has several plugins: http://plugins.jquery.com/plugin-tags/tabcontrol
for example this one have "vertical" tabs you're after.
Comments
Post a Comment