[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/js/ -> customize-controls.js (summary)

(no description)

File Size: 9353 lines (293 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 24 functions

  cancelReminder()
  updateSelectedState()
  expand()
  disableSwitchButtons()
  disableInstallButtons()
  toggleDisabledNotifications()
  setAttachmentDataAndRenderContent()
  disableSwitchButtons()
  disableInstallButtons()
  updateButtons()
  highlightScheduleButton()
  cancelHighlightScheduleButton()
  captureSettingModifiedDuringSave()
  startLock()
  getAutosaveRestorationUrl()
  stripParamsFromLocation()
  addSiteEditorNotification()
  dismissAutosave()
  addAutosaveRestoreNotification()
  isCleanState()
  startPromptingBeforeUnload()
  requestClose()
  startAutosaving()
  onChangeSaved()

Functions
Functions that are not part of a class:

cancelReminder()   X-Ref
No description

updateSelectedState()   X-Ref
No description

expand()   X-Ref
No description

disableSwitchButtons()   X-Ref
No description

disableInstallButtons()   X-Ref
No description

toggleDisabledNotifications()   X-Ref
No description

setAttachmentDataAndRenderContent( value )   X-Ref
Set attachment data and render content.

Note that BackgroundImage.prototype.ready applies this ready method
to itself. Since BackgroundImage is an UploadControl, the value
is the attachment URL instead of the attachment ID. In this case
we skip fetching the attachment data because we have no ID available,
and it is the responsibility of the UploadControl to set the control's
attachmentData before calling the renderContent method.

param: {number|string} value Attachment

disableSwitchButtons()   X-Ref


disableInstallButtons()   X-Ref
No description

updateButtons()   X-Ref
No description

highlightScheduleButton()   X-Ref
No description

cancelHighlightScheduleButton()   X-Ref
No description

captureSettingModifiedDuringSave( setting )   X-Ref
No description

startLock( args )   X-Ref
Start lock.

param: {Object} [args] - Args.
param: {Object} [args.lockUser] - Lock user data.
param: {boolean} [args.allowOverride=false] - Whether override is allowed.
return: {void}

getAutosaveRestorationUrl()   X-Ref
Obtain the URL to restore the autosave.

return: {string} Customizer URL.

stripParamsFromLocation( params )   X-Ref
Remove parameter from the URL.

param: {Array} params - Parameter names to remove.
return: {void}

addSiteEditorNotification( notification )   X-Ref
Displays a Site Editor notification when a block theme is activated.

param: {string} [notification] - A notification to display.
return: {void}

dismissAutosave()   X-Ref
Dismiss autosave.

return: {void}

addAutosaveRestoreNotification()   X-Ref
Add notification regarding the availability of an autosave to restore.

return: {void}

isCleanState()   X-Ref
No description

startPromptingBeforeUnload()   X-Ref
No description

requestClose()   X-Ref
No description

startAutosaving()   X-Ref
No description

onChangeSaved( isSaved )   X-Ref
No description



Generated : Mon Mar 18 08:20:01 2024 Cross-referenced by PHPXref