📖 Documentation — Dynamic Toast EN
🔔 Introduction
Dynamic Toast is a component for OutSystems Reactive that allows displaying fully customizable notification messages.It supports HTML content, different positions, alignments, sizes, configurable close button, and links that can open either in the same tab or in a new tab.
⚙️ Parameters
Parameter
Type
🇵🇹 Description
🇬🇧 Description
Text
Define o tipo da mensagem (success, error, warning, info, default).
Defines toast type (success, error, warning, info, default).
Message
Text/HTML
Conteúdo da notificação (texto simples ou HTML formatado).
Notification content (plain text or formatted HTML).
Position
Localização vertical (top ou bottom).
Vertical placement (top or bottom).
Align
Alinhamento horizontal (left, center, right).
Horizontal alignment (left, center, right).
Duration
Number(ms)
Tempo em milissegundos que o toast fica visível.
Time in milliseconds the toast remains visible.
Width
Number(px)
(Opcional) Define a largura fixa. Se não definido, adapta-se ao conteúdo.
(Optional) Fixed width. If not defined, adjusts to content.
Height
(Opcional) Define a altura fixa. Se não definido, adapta-se ao conteúdo.
(Optional) Fixed height. If not defined, adjusts to content.
CloseAlign
Posição do botão de fechar (left, right, top, bottom).
Close button placement (left, right, top, bottom).
NewTab
Boolean
Se true, links abrem em nova aba; se false, na mesma página.
If true, links open in new tab; if false, in same page.
🎯 Features
Action
Close button - Left
Close button - Right
Close button - Top
Close button - Bottom
Different Alignments
Bottom
🚀 How to use
📖 Documentação — Dynamic Toast PT
🔔 Introdução
O Dynamic Toast é um componente para OutSystems Reactive que permite exibir mensagens de notificação totalmente personalizáveis.Suporta conteúdo em HTML, diferentes posições, alinhamentos, tamanhos, botão de fechar configurável e links que podem abrir na mesma aba ou em nova aba.
⚙️ Parâmetros
Parâmetro
Tipo
🇵🇹 Descrição
Texto
Texto/HTML
Número(ms)
Número(px)
Booleano
🎯 Funcionalidades
Botão de fechar à esquerda
Botão de fechar à direita
Botão de fechar na Bottom
Toasts em execução (info, success, warning, error)
Diferentes alinhamentos
Tipos de PosicionamentoTopo
Fundo
🚀 Como usar