AchieveDiscussion 2.1.28  
Subform column problem
Return to AFLite forum
Showing replies 1 to 3 of 3
AuthorPostDate
Alex
Subform column problem

Designing a form with a repeatable subform containing a number of 'select many' fields. The column widths on these fields is compressing the value text making it hard to read. Any idea how to force column width or 'word-wrap' so the options are legible. Example below:

How it is:

This is []
Option
A
This is []
option
B

How I want it

This is option A []
This is option B []

Ideas?
15:44:17 25 Jun 2008
 
Nick Wolfgang
(35 posts)
RE: Subform column problem

Hi Alex,

Right click the select many field you wish to not allow wrapping on, click the pushpin/thumbtack in the upper right to get to advanced properties, and add a class name to the "Type Display Class". For example, set the value to nowrap.

Now in either your css file for you branding or in the default stylesheet at http://server/af3int/js/af3/f3.css), add the following class:

.nowrap{
white-space: nowrap;
}

This should stop the wrapping on the text box labels.
17:10:11 25 Jun 2008
 
Alex
RE: Subform column problem

Thanks Nick, good fix
13:51:32 26 Jun 2008
 
 

Subscribe to topic and receive email alerts when topics are created: