WordPress/wp-admin/js
Dominik Schilling cde6d602ea Widget Customizer: Improve plugin compatibility.
Some plugins are using custom scripts and styles for there widgets. These are available on the Widgets screens, but not in the Customizer yet.
Scripts and styles can be enqueued via: 
* `admin_enqueue_scripts`
* `admin_print_scripts` and `admin_print_scripts-widgets.php`
* `admin_print_styles` and `admin_print_styles-widgets.php`
* `admin_print_footer_scripts` and `admin_footer-widgets.php`
All this hooks are now called in the Customizer too.

Previously we have add the `#widgets-right` ID to a container div via jQuery. Remember: `#widgets-right` exists on the Widgets screen and is used by many plugins to do event delegation from that element.
But since our script files are loaded in the footer, the JavaScript way is a bit late for some plugins.
We have decided to add a `div#widgets-right` container element to customizer. "Less hacky hack."

props westonruter, ocean90. Thanks dpe415 for testing.
fixes #27619.
Built from https://develop.svn.wordpress.org/trunk@27907


git-svn-id: http://core.svn.wordpress.org/trunk@27738 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-04-02 17:04:14 +00:00
..
accordion.js
accordion.min.js
color-picker.js
color-picker.min.js
comment.js
comment.min.js
common.js Fix flyout menus on most mobile devices. 2014-03-27 06:30:14 +00:00
common.min.js Fix flyout menus on most mobile devices. 2014-03-27 06:30:14 +00:00
custom-background.js
custom-background.min.js
custom-header.js
customize-controls.js Customizer: Improve accessibility. 2014-03-26 22:56:29 +00:00
customize-controls.min.js Customizer: Improve accessibility. 2014-03-26 22:56:29 +00:00
customize-widgets.js Widget Customizer: Improve plugin compatibility. 2014-04-02 17:04:14 +00:00
customize-widgets.min.js Widget Customizer: Improve plugin compatibility. 2014-04-02 17:04:14 +00:00
dashboard.js Remove the "See more" toggle from the At a Glance dashboard widget. Fixes #26614. 2014-03-18 12:56:14 +00:00
dashboard.min.js Remove the "See more" toggle from the At a Glance dashboard widget. Fixes #26614. 2014-03-18 12:56:14 +00:00
edit-comments.js Fix double avatars and JS errors when spamming/trashing comments. 2014-03-26 23:14:15 +00:00
edit-comments.min.js Fix double avatars and JS errors when spamming/trashing comments. 2014-03-26 23:14:15 +00:00
editor.js Remove select and input from wpautop()'s HTML blocks list. 2014-03-27 00:01:15 +00:00
editor.min.js Remove select and input from wpautop()'s HTML blocks list. 2014-03-27 00:01:15 +00:00
farbtastic.js
gallery.js
gallery.min.js
image-edit.js Restyle the image editor so it looks way less hideous. 2014-03-29 08:51:14 +00:00
image-edit.min.js Restyle the image editor so it looks way less hideous. 2014-03-29 08:51:14 +00:00
inline-edit-post.js
inline-edit-post.min.js
inline-edit-tax.js
inline-edit-tax.min.js
iris.min.js
link.js
link.min.js
media-gallery.js
media-gallery.min.js
media-upload.js
media-upload.min.js
media.js Restyles the modal for attaching media to posts, take II (also some autoprefixer and imagemin). Props avryl, see #26952. 2014-03-05 03:54:15 +00:00
media.min.js Restyles the modal for attaching media to posts, take II (also some autoprefixer and imagemin). Props avryl, see #26952. 2014-03-05 03:54:15 +00:00
nav-menu.js
nav-menu.min.js
password-strength-meter.js
password-strength-meter.min.js
plugin-install.js Restyle the plugin install details modal to match the rest of the admin. Props avryl and paulwilde for initial mockup, see #26952 2014-03-16 18:28:17 +00:00
plugin-install.min.js Restyle the plugin install details modal to match the rest of the admin. Props avryl and paulwilde for initial mockup, see #26952 2014-03-16 18:28:17 +00:00
post.js Remove unused JS variables after [27770]. see #27013. 2014-03-27 17:31:14 +00:00
post.min.js Remove containment of scrolling inside the editor for now. See #27013 2014-03-27 02:35:14 +00:00
postbox.js
postbox.min.js
revisions.js
revisions.min.js
set-post-thumbnail.js
set-post-thumbnail.min.js
svg-painter.js
svg-painter.min.js
tags.js
tags.min.js
theme.js Theme Installer fixes: 2014-04-01 22:20:14 +00:00
theme.min.js Theme Installer fixes: 2014-04-01 22:20:14 +00:00
updates.js
updates.min.js
user-profile.js
user-profile.min.js
user-suggest.js
user-suggest.min.js
widgets.js
widgets.min.js
word-count.js
word-count.min.js
wp-fullscreen.js Editor: 2014-03-29 23:58:14 +00:00
wp-fullscreen.min.js Editor: 2014-03-29 23:58:14 +00:00
xfn.js
xfn.min.js