!--a11y-->
Use
The getFieldsetLayout method specifies the assignment of several related input fields using the <fieldset> tag.
Features
The <fieldset> tag is used to group related input fields in a Web application. This allows the browser to optimize the display and navigation and display specific contents on the screen simultaneously.
Values
|
Values |
Short Description |
|
notSupported |
<fieldset> tag is not supported by the device. |
|
ignored |
<fieldset> tag is ignored, the input fields are displayed below one another. |
|
beneath |
The input field groups are displayed below one another. |
|
beneathWithIndent |
The input field groups are displayed below one another, and the input fields are indented. |
|
sideBySide |
The input field groups are displayed side by side. |
