Opened 14 years ago
Last modified 6 years ago
#17704 new enhancement
Automatically enqueue necessary scripts when custom meta boxes are used
Reported by: | mitchoyoshitaka | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | needs-refresh |
Focuses: | Cc: |
Description
Right now if you add_meta_box() to a custom page, like using add_submenu_page() and then calling do_meta_boxes(), the screen options and post box JS don't work automagically. They should.
Attachments (2)
Change History (9)
#3
@
14 years ago
- Summary changed from Give options pages screen options support for free if custom meta boxes are being used to Automatically enqueue necessary scripts when custom meta boxes are used
#4
@
14 years ago
- Milestone changed from Awaiting Review to Future Release
- Type changed from defect (bug) to enhancement
Also, we have to admit that this is an enhancement.
Currently, plugins can hook into "load-$pagehook", for example, to enqueue the script.
Note: See
TracTickets for help on using
tickets.
Test plugin to create page with custom meta boxes