Fieldset
We’ve been working on this article. Please let us know how useful this new version is by voting.
You can use the Fieldset UI Pattern to group and label related information, such as a users personal details, improving the overall look and layout of your application.
How to use the Fieldset UI Pattern
-
In Service Studio, in the Toolbox, search for
Fieldset
.The Fieldset widget is displayed.
-
From the Toolbox, drag the Fieldset widget into the Main Content area of your application's screen.
-
On the Properties tab, set the Title property.
In the following example, we set the Title to
Basic Information
. -
Add the relevant content to the placeholder, for example, text boxes and labels.
After following these steps and publishing the module, you can test the pattern in your app.
Properties
Properties | Description |
---|---|
Title (Text): Mandatory | The Fieldset title. Examples
|
ExtendedClass (Text): Optional | Add custom style classes to the Fieldset UI Pattern. You define your custom style classes in your application using CSS. Examples
|