Skip to content

Commit

Permalink
Add a minor fix to the Input Types end-user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Mar 28, 2024
1 parent 1388674 commit 20c5136
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,21 @@ If you choose to set **Cell input type** to **Single-Line Input**, you can also
To set an input type for a column of cells within a Multi-Select Matrix, follow these steps:

1. Select a Multi-Select Matrix question. This action will display the question settings in the Property Grid.
1. Under **Columns**, select the column for whose cells you wish to set a new input type.
1. Click the **Pen** icon on the right of the column title. This action will display the column settings in the Property Grid.
2. Under **Columns**, select the column for whose cells you wish to set a new input type.
3. Click the **Pen** icon on the right of the column title. This action will display the column settings in the Property Grid.

<img src="../images/eud-multi-select-matrix-column.png" alt='Multi-Select Matrix: How to set a new cell type for a column' width="329" height="414">

Another way to display the column settings in the Property Grid is by clicking the area around the column title on the design surface.

<img src="../images/eud-column-area.png" alt='Multiple Textboxes: How to activate column settings in the Property Grid' width="819" height="454">

2. Under **General**, locate the **Cell input type** property. By default, it is set to Default, which means that it inherits the cell type set for the entire matrix table.
3. In the drop-down menu, select Single-Line Input.
<img src="../images/eud-column-input-type.png" alt='Multiple Textboxes: How to set a new question type for a column cell' width="327" height="548">
4. Under **General**, locate the **Cell input type** property. By default, it is set to Default, which means that it inherits the cell type set for the entire matrix table.
5. In the drop-down menu, select Single-Line Input.
6. Locate the **Input type** property.
7. In the drop-down menu, select among the available input types.

4. Locate the **Input type** property.
5. In the drop-down menu, select among the available input types.
<img src="../images/eud-column-input-type.png" alt='Multiple Textboxes: How to set a new question type for a column cell' width="327" height="548">

The image below illustrates a three-column matrix table with cell input types set to Single-Line Input, Dropdown and Yes/No (Boolean). The first column has its "Input type" property set to Month.

Expand Down

0 comments on commit 20c5136

Please sign in to comment.