- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 11:27 PM
I have cloned the 'Variable Summarizer' widget but I found that the Options to collapse/expand comes (even all the source codes are from the original one). Do anyone know how to remove it?
The original widget 'Variable Summarizer' is working fine. There's no 'Options' to collapse/expand.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 01:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 01:34 AM
Try
c.toggle = true;
c.hide_control = true;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 01:37 AM
Really appreciate for your help. Help me a learn a lot.