[TYPO3-core] FYI: shortcut menu, part of the cleaner backend committed

Ingo Renner ingo at typo3.org
Tue Jan 15 17:13:03 CET 2008


Hi all,

I just committed the last important part of the cleaner backend project, 
the shortcut menu.

Here're some further notes:


t3lib/config_default.php
==========================
* added the Ajax callbacks

typo3/classes/
==========================
* new shortcut menu
* backend search and clear cache menu now marked as toolbar items using 
css classes

typo3/css/backend-styles.css
==========================
* added styles for the shortcut menu

typo3/gfx/
==========================
* new graohics for the shortcut menu

typo3/js/
==========================
* new backend.js
   - to be used for general stuff in the old and new backend
   - includes the shortcut manager to delegate shortcut creation commands
   - includes a jump method from the old shortcut frame, now reused by 
the new shortcut menu
* backendsearch.js
   - uses the new toolbar manager
   - now has focus after activating it, that means you click on the 
icon, the menu pops up and you can start typing right away
* clearcachemenu.js
   - uses the new toolbar manager
* shortcutmenu.js (new)
   - everything concerning the new shortcut menu
* toolbarmanager.js (new)
   - takes care of hiding other open toolbar items when you click a new 
one (try clicking through the toolbar items cache, shortcuts, search)

typo3/alt_main.php
==========================
* added backend.js for backwards compatability concerning the creation 
shortcuts

typo3/backend.php
==========================
* added Benni's unified AJAX interface
* added the new shortcut menu

typo3/template.php
==========================
* changes to stay compatible with the old backend when creating shortcuts


all the best
Ingo


-- 
Ingo Renner
TYPO3 Core Developer, Release Manager TYPO3 4.2


More information about the TYPO3-team-core mailing list