Widget
- Last UpdatedJun 22, 2023
- 5 minute read
Use Widget control to create reusable graphical components. You can maintain a library of widgets for the other users to use.
Note: If you add or modify any standard widget files, it should be manually added to the package in the 'Additional files' section of the packages.
Properties
The properties for the control are grouped under the following tabs:
Basic
|
Property |
Description |
|---|---|
|
Name |
Name that identifies the control. This value is also used for the label of the control. |
|
XML Node |
XML node mapped to the control. Use this value to map a list to a form and a form to a workflow.
Note: |
|
Description |
Description for the control. |
|
Default Value |
The default value for the control. |
|
Widget Type |
Select the widget type from the drop-down list. The widget types available are: Inline, Embed, and Form. |
|
Widget |
Select the available widget. This property is available when the selected widget type is Inline and Embed. |
|
Configuration |
Select the available configuration. This property is available when the selected widget type is Inline and Embed. |
|
Form Details |
Applicable for Form widget type. Provide the Form Details. To select the form,
|
Appearance
|
Property |
Description |
|---|---|
|
Style |
Height and Width in pixels for the control. The default value for Height and Width is 0. Note: If the value is 0, then the height and width of the control is set as per the default
values. |
|
In Designer |
Option to view the space taken by the Widget as per the Style property in Design mode. |
|
Visible |
Show or hide the control.
|
|
Label Position |
Position of the label for the control.
Note: |
|
Label-Control Area |
Area occupied by the label and the control in percentage.
Note: |
|
Consider Available Height |
Resize the height of the control or container based on the available height.
Note: |
|
Retain Space |
Reserve or remove space when the control is hidden.
|
|
Custom Style Sheet Identifier |
Prefix for the CSS class name in the custom style sheet. For information about using custom style sheets, see Custom Styles. Note: The value must start with an alphabet and can contain only alphanumeric characters. |
Advanced
|
Property |
Description |
|---|---|
|
On Data Change |
Run a script when value of the control changes. For more information, see scripting guidelines for On Data Change property. |
|
ID |
Reference identification code for the control. This value is automatically generated and cannot be changed. |
|
Add Values as Url |
Option to add values as URL parameters.
|
|
Widget Properties |
The widget properties are listed based on the Widget selected in the control, when the Widget Type is Inline or Embed. See the respective Widget documentation for the available widget properties.
|
Scripts
For information about using scripts, see scripting guidelines for Widget control.