The plug-in also supports text messages. You can set them in the global component settings or per toast message.
Text messages are supported in the following options :
- Title
- Message
- Footer
- Custom options
For this sample application, we used the following text messages:
UCSWAL2.TOAST.TITLE > "Toast type main message title!"
UCSWAL2.TOAST.TEXT > "This is a submessage. It's not <strong>mandatory</strong>."
UCSWAL2.TOAST.FOOTER > "<a href="https://united-codes.com/index.html">United Codes </a> footer added on toast message."
Message substitutions can be used as replacement parameters. Message substitutions must be separated with a comma(,).
The plug-in supports up to 4 parameters. Text and text messages get populated with specified entities.
For example :
We set :
as title "UCSWAL2.TOAST.TITLE" > "Welcome %0, would you like to see more %1?"
as message substitutions we specify "&APP_USER.,data".
The result will be: "Welcome APEX_PUBLIC_ROUTER, would you like to see more data?"