Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML Studio Attributes

Description

Design

In the design section, users can create, modify, and style the HTML script.

Info

Note: Whatever you design in the design section will automatically generate the corresponding HTML script in the code section.

Code

In the code section, users can create and edit HTML scripts directly.

Note: Whatever you write in the code section will automatically reflect in the design section code section.

Preview

The preview section displays a live view of how the design or code will appear in a web browser.

Attributes of HTML:

Basic Attributes:

Attributes are the options available for each component, allowing you to customize its appearance and functionality. They help you tailor the look and behavior of your components to fit your needs.

...

Basic

...

:

Attribute Name

Description

Value Destination Types

This attribute specifies whether the user wants to store a value in a variable or a model.
Variable: If you choose the variable option, you can select the variable where you want to save the field's value. You can bind this variable's value to the component by creating the appropriate variable.

Model: Here, you can select "Model" as the value destination. Select the existing model or create a new model.

Info

Note: Value Destination Model field appears when you select "Model" as the Value Destination Type.

Value Destination Variables

Here you can choose the variable option from this list.

Info

Note: This appears when you select "Variable" as the Value Destination Type.

Value Destination Model

  • From the value destination model, you can select the specific model where you want to save the field's value.

  • By using a model, you can bind a value to the component, with the value coming from the object used during model creation.

...

Attribute Group

Attribute Name

Description

Visibility

Visibility Type

It determines whether a component is visible on the layout. It offers the following visibility types:

  1. Always: The component will always be visible.

  2. Conditional: The component's visibility is determined based on specific criteria, which can make it either visible or hidden as needed.

Component

Component Label

It simply shows the name of the Badge component.

Editor Height Source Type:

...

Label Source Type Attribute

Description

Model (Salesforce Object)

Info

From this source, users can select a Model (Salesforce Object) field to be displayed as the editor height and width field.
Reference: Models

Variable

Here, users can select the label name from variables such as Is Disabled, Is Read only, or Is Visible.

For more details

Info

Reference: Variables

Merge Field Expression

Merge Field Expression displays the value selected from the chosen value source.

Message Body

Inside the message body, user also can add the values manually.

Include Page
Visibility and Disability
Visibility and Disability

Include Page
Onload Event
Onload Event