Zum Inhalt

Macro Syntax Error

File: language\reference\input-fields\inline\matrices.de.md

Line 31 in Markdown file: unexpected char '`' at 853

Das `matrix` Element unterstützt die folgenden Attribute:

| Attribut | Typ | Standardwert | Beschreibung |
| :- | :- | :- | :- |
| `defaultcolumns` | `xs:positiveInteger | Auto` | -| Initial number of columns in this matrix that are already there when the user loads the page. When this attribute is set to auto, the matrix initially has as many columns as the first matrix written as solution in this input value element. |
| `defaultrows` | `xs:positiveInteger | Auto` | -| Initial number of rows in this matrix that are already there when the user loads the page. When this attribute is set to auto, the matrix initially has as many rows as the first matrix written as solution in this input value element. |
| `maxcolumns` | `xs:positiveInteger | Unbounded` | -| Maximum number of columns that the user is allowed to put in the matrix. |
| `maxrows` | `xs:positiveInteger | Unbounded` | -| Maximum number of rows that the user is allowed to put in the matrix. |
| `mincolumns` | `xs:positiveInteger` | -| Minimum number of columns that the user is allowed to put in the matrix. |
| `minrows` | `xs:positiveInteger` | -| Minimum number of rows that the user is allowed to put in the matrix. |
| `model` | `Name` | -| Name of the model to use for this input value. If this attribute is not set, the input model associated to the input field containing this input value is used. |