Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 4cb8727

Browse files
atwixfirsterjeff-matthews
authored andcommitted
magento/devdocs#: Extend information about "Input component" (#4956)
* magento/devdocs#: Extend information about "Input component" https://devdocs.magento.com/guides/v2.2/ui_comp_guide/components/ui-input.html https://devdocs.magento.com/guides/v2.3/ui_comp_guide/components/ui-input.html * magento/devdocs#: Extend information about "Input component" * magento/devdocs#: Extend information about "Input component" * magento/devdocs#: Extend information about "Input component"
1 parent 4f71292 commit 4cb8727

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

guides/v2.2/ui_comp_guide/components/ui-input.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,14 @@ The Input component implements the [HTML](https://glossary.magento.com/html) `<i
77

88
## Configuration options
99

10-
<table>
11-
<tr>
12-
<th>Option </th>
13-
<th>Description</th>
14-
<th>Type</th>
15-
<th>Default</th>
16-
</tr>
17-
<tr>
18-
<td><code>component</code></td>
19-
<td>The path to the component’s <code>.js</code> file in terms of RequireJS.</td>
20-
<td>String</td>
21-
<td><code>Magento_Ui/js/form/element/abstract</code></td>
22-
</tr>
23-
<tr>
24-
<td><code>template</code></td>
25-
<td>The path to the component’s <code>.html</code> template.</td>
26-
<td>String</td>
27-
<td><code>ui/form/field</code></td>
28-
</tr>
29-
</table>
10+
|Option|Description|Type|Default|
11+
|--- |--- |--- |--- |
12+
|`class`|Path to the PHP class responsible for the backend implementation of the component.|String| - |
13+
|`component`|The path to the component’s `.js` file in terms of RequireJS.|String|`Magento_Ui/js/form/element/abstract`|
14+
|`displayArea`|Renders the component in the location that was declared in the layout.|String| `body` |
15+
|`extends`|Extends configuration from specified component.|String| - |
16+
|`formElement`|Form Element.|`hidden`, `file`, `input`, `date`, `boolean`, `checkbox`, `checkboxset`, `email`, `select`, `multiselect`, `text`, `textarea`, `price`, `radioset`, `wysiwyg`|`input`|
17+
|`name`|Element's index in the scope of the current collection that will be used to build its unique identifier.|String| - |
18+
|`provider`|Reference to component data provider. For example, for the "New Customer" page on the back-end side it will be equal to `customer_form.customer_form_data_source` |String| - |
19+
|`sortOrder`|Element's position in the collection|Int| `0` |
20+
|`template`|The path to the component’s `.html` template.|String|`ui/form/field`|

0 commit comments

Comments
 (0)