1. Oracle Visual Builder Documentation
"Use Messaging Patterns": This official guide details the different messaging components in Redwood. It explicitly distinguishes between dialogs and banners
stating
"Use a dialog for critical information that the user must see and act on before continuing." It then lists the three dialog types: General
Destructive
and Unsaved Changes.
Reference: Oracle Cloud
Developing Applications with Oracle Visual Builder
"Use Messaging Patterns" -> "Dialogs".
2. Oracle Redwood Component Reference: The official component reference provides the specific tag names for Redwood components. It lists oj-sp-message-dialog-general
oj-sp-message-dialog-destructive
and oj-sp-message-unsaved-changes as available messaging components that function as modal dialogs.
Reference: Oracle Help Center
Visual Builder Redwood Component Reference
"oj-sp-message-dialog-general"
"oj-sp-message-dialog-destructive"
"oj-sp-message-unsaved-changes" component specifications.