Feature #15033
closeduse ajax to update page tree / open popups
0%
Description
on browsers where it is supported, ajax technology could be used to fetch and update the page tree in the BE dynamically, and load popup menus.
this might give the BE a speed boost ;)
(issue imported from #M1577)
Files
Updated by Sebastian Kurfuerst about 19 years ago
http://webempoweredchurch.org/ajaxdemo/ might be helpful
http://83.149.99.64/Typo3.swf looks great and is using the following extension:
http://typo3.org/extensions/repository/new/gb_bedraganddrop/
Updated by Sebastian Kurfuerst about 19 years ago
the following patch implements ajax technology transparently on all clickmenus. (file, db, ...). if the browser doesn't support ajax, the old methods are used. there should be no difference for the user except a noticeable speed increase.
greets, sebastian :-)
Updated by Sebastian Kurfuerst about 19 years ago
the new _3 bugfix works in konqueror and IE as well.
Greets, Sebastian
Updated by Sebastian Kurfuerst about 19 years ago
I implemented t3lib_ajax today, will upload an updated patchset this evening.
Greets, Sebastian
Updated by Sebastian Kurfuerst about 19 years ago
the new bugfix _4.patch implements t3lib_ajax and implements ajax in clickmenus.
Greets, Sebastian