...
Attributes are the options available for each component, allowing you to customize its appearance and control their behavior. It includes various sections explained below.
Basic:
...
Attribute | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Component Size |
| |||||||||||
Layout Type | It is used to set the layout type in two ways as:
Note: By default, this attribute is set to a value of Grid Layout Type. | |||||||||||
Grid Size | It defines how many columns you want to divide the component into.
| |||||||||||
Header | This field allows users to add a title or heading to the section. You can also assigned Header using merge text.
| |||||||||||
No Header | This checkbox enables users to hide the section's header. | |||||||||||
Is Collapsible | This checkbox allows users to make sections collapsible. | |||||||||||
Actions | This allows users to add multiple actions to a section, each represented as a button. It enables users to invoke workflows directly from the section header.
| |||||||||||
Overflow After | If the number of actions exceeds the provided limit, the additional actions will be displayed in a dropdown. Note: By default, this attribute is set to a value of
| |||||||||||
Show Border | It is used to simply add border surrounding the section. Note: Currently, noKodr supports only black borders. |
UI State:
...
Attribute | Description | ||
---|---|---|---|
Visibility Type | It determines whether a component is visible on the layout. It offers the following visibility types:
Note: By default,
| ||
Read Only Type | It specifies whether a component can be edited by users. It offers the following options:
|
Base UI:
...
Include Page | ||||
---|---|---|---|---|
|
...
Label Source Type Attribute | Description |
---|---|
Static | It includes only records from the manually input value. |
Model (Salesforce Object) | From this source, users can select a Model (Salesforce Object)field to be displayed as the label name. |
Variable | Here, users can select the label name from variables such as Record ID, Is Disabled, Is Read only, or Is Visible. |
cookie key | By using the Cookie Key, the result is fetched by the value that has been added under the Cookie Key. But, have to make sure that the value that we are adding is from the Cookie Key value. |
Local Storage Key | By using the Local Storage Key, the result is fetched by the value that has been added under the Local Storage Key. But, have to make sure that the value that we are adding is from the Local storage value. |
User | Here, you can choose the label from user fields such as First Name, Last Name, Email, Name, Phone, or Session ID. |
...