Opened 13 months ago
Last modified 13 months ago
#20596 new feature request
Adding more actions to a widget
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Widgets | Version: | |
| Severity: | normal | Keywords: | 2nd-opinion |
| Cc: |
Description
On the Widget UI, there is a "Close" button, aside with the "Delete" button, and I that developers should have a way to add more of those.
For exemple, I would see as a good use case when you have a way of previewing the widget.
Because right now the only way is by JS which is kinda of lame.
Thanks,
Change History (3)
Yes, but why adding the handler with JS if you can have the server generate the HTML for you in this case. Might be a good addition to the Widgets API having these actions built in.
But I see your point.
comment:3
SergeyBiryukov — 13 months ago
Related: #16109
Note: See
TracTickets for help on using
tickets.

But wouldn't you need a JS handler for the "Preview" button anyway?