Audio
The audio widget provides the user with the ability to easily upload and attach audio files within the application. Users can enrich their experience by integrating sound elements into the app.
Last updated
The audio widget provides the user with the ability to easily upload and attach audio files within the application. Users can enrich their experience by integrating sound elements into the app.
Last updated
The source of audio which can be represented either as a Uniform Resource Identifier (URI) or a Base64 encoded string. The URI serves as a pointer to the location of the audio file, such as a website URL or a local file path.
Play
Pause
Ended
This sets whether the widget has to be displayed on the screen when the program is loaded. This shows/hides the widget both on desktop and mobile devices.
Disables the user interaction with the element on the page. It visually indicates that the element is inactive and prevents users from interacting with it when applied. Shows a red-crossed warning symbol and can be customized to disable the widget according to certain conditions using low-code.
The autoplay function allows the widget to initiate the audio playback without requiring any manual intervention.
The looping function initiates the continual playback of the audio file. This allows for the repeated playing of the audio without interruptions.
Background
Users can change the colour of the calendar background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the font clearly.
Border Color
Set the colour to the border lines. The border lines will be shown only if that is enabled.
Border Radius
This sets the radius of the widget's corners, enabling rounded corners on the widget. This value is defined in "px" terms.
Border Width
Set the thickness of the border of the widget using this value. It is defined using "px" terms.
Margin
This value is set in terms of "px" number which creates the space between the border and the content of the widget.
Padding
This value is set in terms of "px" number which creates the space between the border and outer elements.
The "Play" event is activated when the user starts to play the audio file.
This event is triggered when the user presses the pause control on the widget.
This event occurs when the audio file is done playing the file.