Feature #8850
Matrix: Possiblity to set a fixed width for first Column
| Status: | Resolved | Start date: | 2010-07-14 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Patrick Broens | % Done: | 100% |
|
| Category: | - | Spent time: | - | |
| Target version: | 1.3.2 | Estimated time: | 0.50 hour | |
| Votes: | 0 |
Description
It should be Possible to set the width of the first column (the question) in an matrix question type.
and the other colmn width should be calculated correctly. to get
a nice display where very checkbox/ radio column has the same width. but the question part takes more room.
my Solution to this problem:
add a typoscrpt configuration option:
plugin.tx_pbsurvey_pi1.firstColWidth = 40
which allows you to to set the width of the question part.
and then scale the other columns accordingly.
if the firstColWidth is not set. or out of range or 0 the colWidth keep behaving like before.
patch file attached.
Associated revisions
29.06.2008 Ingo Schmitt <is@marketing-factory.de>
- Fixed Bug 8749, 8850, 8815, 8839, 8813, 8800, 8702, 8754, 8119, 8681, 8541
- Fixed Bug 8850, Thanks to Tom Buskens
- Fixed Bug 8815, 8817, Thanks to Thomas
- Fixed Bug with Backlink in PI4
- Implemented Feature 8800
- Fixed Bug in PI1, category could be displayed if not accessible to user
1st Commerce-Workshop, Tom Rüther, Michael Duttlinger, Dirk Krause, Ingo Schmitt
- Fixed Bug 8453
- Fixed Documentation bug in pi4
- Fixed bug: Already selected delivery addresses are checked now
- fixed bug: If delievery address is selected, it's cheked in step 1 automatically
- fixed bug: ###ADDRESS_FORM_BACK### was not replaced in PI4
- fixed bug: Correct backlink for address management
- fixed bug: 8749
1st Commerce-Workshop, Christian Ehret - Fixed Bug 8710
[FEATURE] Matrix: Possiblity to set a fixed width for first Column
It is not possible to set a fixed width for the first column (row name) of matrix questions. The calculation of the width of this column depends on the amount of answer columns, which makes the first column width different for questions with different column count.
This patch adds the possibility to set the width of the first column by TypoScript or in the Flexform
Fixes: #8850
[FEATURE] Matrix: Possiblity to set a fixed width for first Column
It is not possible to set a fixed width for the first column (row name) of matrix questions. The calculation of the width of this column depends on the amount of answer columns, which makes the first column width different for questions with different column count.
This patch adds the possibility to set the width of the first column by TypoScript or in the Flexform
Fixes: #8850
History
Updated by Ingo Schmitt over 2 years ago
- Status changed from New to Resolved
- % Done changed from 70 to 100
Applied in changeset r9398.
Updated by Patrick Broens 8 months ago
- Status changed from New to Accepted
- Assignee set to Patrick Broens
- Target version set to 1.3.2
Updated by Patrick Broens 8 months ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r66419.