The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Can a user ever create more than 6 tabs for a view? - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Can a user ever create more than 6 tabs for a view? (/showthread.php?tid=1258) |
Can a user ever create more than 6 tabs for a view? - crunchers - May 4th, 2011 I'm guessing no(?). A deliberate limit imposed by nature of FT's control panel stylesheet/html etc (only so many tabs you can fit in one row). ... Well, I answered my own question whilst typing this. Thanks, Ben. :q RE: Can a user ever create more than 6 tabs for a view? - Ben - May 5th, 2011 Heya, Exactly - it's just limited due to the horizontal space in the templates. The markup for the tabs is simply awful though... I could free up some space by removing the inline images for the tab ends and using background images & divs instead of the terribly 1990's-style table layout like they have now... But even then I'd still limit it to, say, 8 tabs. Basically I just added the limitation to prevent people from making the Edit Submission pages from looking awful. - Ben RE: Can a user ever create more than 6 tabs for a view? - alexh - May 5th, 2011 I think the tabs are great. On one of the forms I just built, I organized the information into tabs. The submitting person's contact info goes in one tab, the details of the submission in another, and then another tab with space for us to mark whether or not it's been reviewed, by who, and any comments. I haven't had the need for more than just a few tabs yet.. but I'm sure someone will. I know it might be a coding nightmare, but they could also stack, so there would be two rows of tabs. Of course now I'm thinking in my head about how to code that with CSS and it doesn't sound fun. Alex (May 5th, 2011, 12:59 PM)Ben Wrote: Heya, RE: Can a user ever create more than 6 tabs for a view? - Ben - May 5th, 2011 Yeah, I've only ever needed more than 6 tabs a couple of times - but when it does happen, it's kind of a pain. Stacking tabs is definitely an option, but I always found it rather unintuitive, you know? The other possibility is tabs on the left: that would free up room for any number of them, even though it would rob the overall width by a 100-150px or so. Thanks for the feedback, btw! - Ben |