- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2021 06:23 AM
Hi All,
I have created a new Announcement and entered summary into it. But the complete announcement is not shown until it is expanded. How to make the complete announcement visible on load itself.
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2021 09:06 AM
Yes you can , you have to dig into the widget client script.
Clone the "Announcements" widget and set a.expanded = true; in client controller script.
If my answer helped you, kindly mark it as correct and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2021 06:57 AM
Its expected behavior, if you want to make it always expanded then you have to make changes in widget html script. By the way on this widget that generally used to track that list of announcement showing over the portal, but the main thing you will on portal header. if still you want to customize it then clone the widget and make the changes in html part of "Announcement" widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2021 06:59 AM
Hi
Thank you. I have configured the announcement to show only in widget but not on banner. Could you please help on the changes need to be made in cloned widget.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2021 07:03 AM
Whats the use case? do you only want to show the announcement summary as read only content over portal ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2021 07:27 AM
Hi
Yes I want the summary to be read-only in widget of portal.