Fixed width image as table header
I am working with the Template and Field Editor components and I need them to line up because the Template is an image of a table and the Field Editor has pick list options for the answers. I need the two components to stay the same size regardless of screen size. Right now they are both dynamic and depending on your screen the questions and answers stop lining up. Any help would be greatly appreciated.
Tagged:
0
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
The trick is then that you need to add another panel. Select the Panel Set again and "Add Panel" The new panel will be between the two panels - and will also have a "panel width" property.
The last panel in this model will just take up the remaining space. You can probably just leave it blank.
In my testing this works as you change screen size. It also seems to work as you increase or decrease the zoom factor in your browser. (I'm using Chrome). At some point its going to fail, but hopefully it will be as flexible as you need.
The column width property on the field editor can work in "fixed with" form. If you write your property like "200px" instead of "25%" it will interpret appropriately. The columns from your image are pretty narrow.
Two other ideas:
1. Set your field editor to "Field Layout" property to be "lable above field"
2. In the custom lable fields just put a space. This will make them seem to disappear.
I think this will work well for you.