clevow Posted October 30, 2003 Posted October 30, 2003 I've got a search page that displays all the values in a value list as checkboxes. Does anyone know how I could possibly format the value list so it is more than one column? custom web publishing, FMP 5.5 on Windows. Javascript is really my only scripting option. For example: current formatting: [_] Item 1 [_] Item 2 [_] Item 3 [_] Item 4 [_] Item 5 [_] Item 6 desired formatting: [_] Item 1 [_] Item 4 [_] Item 2 [_] Item 5 [_] Item 3 [_] Item 6 acceptable formatting, but not preferred: [_] Item 1 [_] Item 2 [_] Item 3 [_] Item 4 [_] Item 5 [_] Item 6 Thanks for your help and ideas, Carrie
Steve T. Posted November 1, 2003 Posted November 1, 2003 Hi, Carrie! I think you should be able hard code the check boxes with the values and labels you want instead of using a valuelist. You can even custom control the tab order using a tabbing index (or something... I forget) option in your code if you want. Of course, you'll lose the flexibility of changing the value list without changing your code but that shouldn't be too bad if you don't have many q's and many changes often. Maybe someone will come up something more clever? --ST
Garry Claridge Posted November 1, 2003 Posted November 1, 2003 If it is a dynamic value list you can use some Javascript to format into multi-columns. Do a search for "columns". Here is one thread which may be of interest: Display Multi-Columns All the best. Garry p.s. I published a method here a couple of years ago which produces your "desired" method.
Recommended Posts
This topic is 7684 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now