PHP 8.2.30
Preview: custom-background.js Size: 3.27 KB
/proc/thread-self/root/var/softaculous/sitepad/editor/site-admin/js/custom-background.js

/**
 * @output wp-admin/js/custom-background.js
 */

/* global ajaxurl */

/**
 * Registers all events for customizing the background.
 *
 * @since 3.0.0
 *
 * @requires jQuery
 */
(function($) {
	$(document).ready(function() {
		var frame,
			bgImage = $( '#custom-background-image' );

		/**
		 * Instantiates the WordPress color picker and binds the change and clear events.
		 *
		 * @since 3.5.0
		 *
		 * @returns {void}
		 */
		$('#background-color').wpColorPicker({
			change: function( event, ui ) {
				bgImage.css('background-color', ui.color.toString());
			},
			clear: function() {
				bgImage.css('background-color', '');
			}
		});

		/**
		 * Alters the background size CSS property whenever the background size input has changed.
		 *
		 * @since 4.7.0
		 *
		 * @returns {void}
		 */
		$( 'select[name="background-size"]' ).change( function() {
			bgImage.css( 'background-size', $( this ).val() );
		});

		/**
		 * Alters the background position CSS property whenever the background position input has changed.
		 *
		 * @since 4.7.0
		 *
		 * @returns {void}
		 */
		$( 'input[name="background-position"]' ).change( function() {
			bgImage.css( 'background-position', $( this ).val() );
		});

		/**
		 * Alters the background repeat CSS property whenever the background repeat input has changed.
		 *
		 * @since 3.0.0
		 *
		 * @returns {void}
		 */
		$( 'input[name="background-repeat"]' ).change( function() {
			bgImage.css( 'background-repeat', $( this ).is( ':checked' ) ? 'repeat' : 'no-repeat' );
		});

		/**
		 * Alters the background attachment CSS property whenever the background attachment input has changed.
		 *
		 * @since 4.7.0
		 *
		 * @returns {void}
		 */
		$( 'input[name="background-attachment"]' ).change( function() {
			bgImage.css( 'background-attachment', $( this ).is( ':checked' ) ? 'scroll' : 'fixed' );
		});

		/**
		 * Binds the event for opening the WP Media dialog.
		 *
		 * @since 3.5.0
		 *
		 * @returns {void}
		 */
		$('#choose-from-library-link').click( function( event ) {
			var $el = $(this);

			event.preventDefault();

			// If the media frame already exists, reopen it.
			if ( frame ) {
				frame.open();
				return;
			}

			// Create the media frame.
			frame = wp.media.frames.customBackground = wp.media({
				// Set the title of the modal.
				title: $el.data('choose'),

				// Tell the modal to show only images.
				library: {
					type: 'image'
				},

				// Customize the submit button.
				button: {
					// Set the text of the button.
					text: $el.data('update'),
					/*
					 * Tell the button not to close the modal, since we're
					 * going to refresh the page when the image is selected.
					 */
					close: false
				}
			});

			/**
			 * When an image is selected, run a callback.
			 *
			 * @since 3.5.0
			 *
			 * @returns {void}
 			 */
			frame.on( 'select', function() {
				// Grab the selected attachment.
				var attachment = frame.state().get('selection').first();

				// Run an AJAX request to set the background image.
				$.post( ajaxurl, {
					action: 'set-background-image',
					attachment_id: attachment.id,
					size: 'full'
				}).done( function() {
					// When the request completes, reload the window.
					window.location.reload();
				});
			});

			// Finally, open the modal.
			frame.open();
		});
	});
})(jQuery);

Directory Contents

Dirs: 0 × Files: 78

Name Size Perms Modified Actions
2.89 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
835 B lrw-r--r-- 2026-04-20 08:20:34
Edit Download
5.28 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
56.71 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
11.32 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
3.09 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
9.59 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
3.44 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
2.73 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
1.22 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
41.77 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
15.02 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
3.27 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
1.12 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
283.99 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
109.36 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
106.46 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
45.38 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
27.89 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
14.72 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
41.48 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
13.20 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
44.25 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
13.12 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
5.51 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
3.75 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
28.61 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
9.99 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
15.93 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
7.16 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
7.52 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
2.82 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
23.05 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
875 B lrw-r--r-- 2026-04-20 08:20:34
Edit Download
374 B lrw-r--r-- 2026-04-20 08:20:34
Edit Download
3.79 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
1.61 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
1.19 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
537 B lrw-r--r-- 2026-04-20 08:20:34
Edit Download
3.38 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
1.10 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
5.11 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
1.82 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
41.48 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
20.75 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
3.10 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
769 B lrw-r--r-- 2026-04-20 08:20:34
Edit Download
36.51 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
17.88 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
11.49 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
4.09 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
33.00 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
17.51 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
843 B lrw-r--r-- 2026-04-20 08:20:34
Edit Download
533 B lrw-r--r-- 2026-04-20 08:20:34
Edit Download
5.39 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
2.35 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
10.83 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
3.07 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
5.12 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
2.12 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
4.25 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
1.67 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
53.11 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
25.99 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
4.39 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
78.62 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
34.96 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
11.96 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
6.17 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
2.27 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
679 B lrw-r--r-- 2026-04-20 08:20:34
Edit Download
7.51 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
1.47 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
680 B lrw-r--r-- 2026-04-20 08:20:34
Edit Download
331 B lrw-r--r-- 2026-04-20 08:20:34
Edit Download
7.53 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download
3.42 KB lrw-r--r-- 2026-04-20 08:20:34
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).