[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/js/ -> theme-plugin-editor.js (summary)

(no description)

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

Defines 4 functions

  onSaveShortcut()
  isPrintableCharacter()
  printableCharacter()
  findTreeitems()

Functions
Functions that are not part of a class:

onSaveShortcut()   X-Ref
Handles the save shortcut (Ctrl+S / Cmd+S).


isPrintableCharacter(str)   X-Ref
Determines whether a character is a printable character.

return: {boolean} True if the character is printable, false otherwise.
param: {string} str The character to check.

printableCharacter(item)   X-Ref
Handles printable character key press.

return: {void}
param: {TreeitemLink} item The tree item link instance.

findTreeitems(node, tree, group)   X-Ref
Finds all treeitems and groups and creates object instances.

return: {void}
param: {Element}              node  The DOM node to search for treeitems.
param: {TreeLinks}            tree  The TreeLinks instance.
param: {TreeitemLink|boolean} group The parent TreeitemLink instance or false if there is no parent.



Generated : Wed Sep 16 08:20:31 2026 Cross-referenced by PHPXref