addInfoMessage() through catalog client script on protal.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2019 07:30 AM
Hello everyone,
Is it possible to addInfoMessage() through a catalog client script in portal ?
When a particular catalog is loaded, then I want to show a message.
Thanks
Kevin
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2019 07:56 AM
have you tried to create catalog ui script with type all and than have
g_form.addInfoMessage('This is Test');
In the portal, it would be placed on the top of the page, not sure if it is what you want