Resizable forms
I have been working with the UI model html tags listed in this article:
I set the form to use bbui-forms-sizable so that users can resize the form to get more room to view a large collection field and comments box. I am trying to get those 2 fields to be large on the initial load, but not put a minimum size restriction on the size of the form itself. Any ideas on how to get those fields to start at about 1000 pixels wide, but not prevent the form from being resized to a smaller size?
Comments
-
Hey Harry,
So if I'm understanding your question correctly, you would like to know if you could specify the width of the two text boxes in your form to have a width of 1000 pixels but have it so that even if you shrink the form to be smaller than the 1000 pixels that it will still keep those text boxes the same size. Is that correct?
0 -
I'd like them to resize down with the form, anchored to the right side, but not prevent the form from resizing. If i specify the width as larger than the current form width, then the form wont shrink smaller than the size of the field when I attempt to resize it by dragging the corner.
I just want to set a width for the initial load, but not restrict the size of the form by setting a minimum width on the fields.
0 -
The only thing that comes to mind would be to have some CSS rules in your UI model that sets the width to be a percentage value, that way when you resize your window to become wider, the input boxes will stretch.
Here's a link that briefly covers the CSS as well and lets you play around on their site:One thing to keep in mind if you take this approach is that the size will be dependent on the parent container it's in, meaning if you're working in the typical <table> structure, you'll need to apply the CSS to multiple levels. Also if you don't want your form to have a minimum size at all I'm not sure if that's possible but your best bet would be to look at the min-width style and set it to 0. Only possible issue there would be Blackbaud having the UI contents wrapped in a window that has a minimum size set.
Here's a useful link on that:Sorry if that's not much help but hopefully that'll get you down the right path.
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 403 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 656 Blackbaud Grantmaking™
- 577 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 249 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 794 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
