How to create multiple tabs in data capture form, so that related stories can be updated at one place.TS 6.5 SP2
How to create multiple tabs in data capture form, so that related stories can be updated at one place.
Can't you leverage the use of pagination for this?If the idea is to club related stuff, then pages sound as good as tabs to me.
True - you can use the items-per-page directive in the templating.cfg (see pages 70 and 72 in the FormsPublisher Developer's Guide for 6.5 SP2) - but this is based on root-level items and does not provide the same granularity of flexibility and labeled organization that tab's do.
Since it impacts the *top-level items*, all that one has to do is Set items-per-page=1 in templating.cfg for the DCT Wrap all the required items from set A in one container labeled pageA, This container becomes one page of the DCT Again, wrap items in set B in another container labeled pageB and this will appear as another page of the DCT Set showtree=t in templating.cfg for the DCT Now one can see pageA and pageB in the left-navigation and navigate between them just like tabsWhats more, one can even easily reach the depths of very large structures from the navigation paneFrankly, I don't see how this affords any lesser flexibility than Tabs (-;
is there a way to reduce Treeview frame on the left? Left frame is taking lot of space on the form
Ghoti, I am on TS 6.5, I enabled the showtree="t" , I need the treeview, but dont know how to reduce the frame width. This treeview is making the form to offset.