silverstripe-framework/admin/javascript
Mateusz Uzdowski 1edfeefbdd BUG Remove extraneous layout calls.
Remove .layout() calls on redraw. It's unnessecary and means layout
actually gets triggered multiple times, making resizing very slow.
This was a hack to fix the positioning of ajax-replaced elements.

The problem is jLayout does not track replaced elements. We have
to trigger layout algorithm manually on the parents of the replaced DOM
so it can update internal structures and do the re-layout.

Relayouting only needed 3 levels down.
2012-12-10 17:51:35 +01:00
..
jquery-changetracker MINOR Added destroy() method to jQuery.changetracker plugin 2012-06-13 23:16:09 +02:00
jquery-fitheighttoparent MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
lang ENHANCEMENT: Maori language javascript 2012-07-26 17:18:44 +12:00
leaktools.js ENHANCEMENT: In dev mode, include some basic leak detection functions in the admin panel 2012-06-15 01:19:19 +02:00
LeftAndMain.BatchActions.js Batch actions UI enhancement (#7878) 2012-11-02 22:57:14 +01:00
LeftAndMain.Content.js BUG Remove extraneous layout calls. 2012-12-10 17:51:35 +01:00
LeftAndMain.EditForm.js BUG Remove extraneous layout calls. 2012-12-10 17:51:35 +01:00
LeftAndMain.FieldHelp.js FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
LeftAndMain.js BUG Remove extraneous layout calls. 2012-12-10 17:51:35 +01:00
LeftAndMain.Layout.js NEW Side by side editing functionality - first cut (os#7412) 2012-12-10 17:51:35 +01:00
LeftAndMain.Menu.js CMS member profile now is no longer in a popup (#7880) 2012-10-08 12:57:55 +02:00
LeftAndMain.Panel.js NEW Side by side editing functionality - first cut (os#7412) 2012-12-10 17:51:35 +01:00
LeftAndMain.Ping.js BUG Fixing session keep alive for non-ADMIN users 2012-11-05 15:41:10 +13:00
LeftAndMain.Preview.js NEW Side by side editing functionality - first cut (os#7412) 2012-12-10 17:51:35 +01:00
LeftAndMain.Tree.js Batch actions UI enhancement (#7878) 2012-11-02 22:57:14 +01:00
LeftAndMain.TreeDropdownField.js FIX 7763 TreeDropdownField needs to refresh after CMS edit form save 2012-08-29 10:52:56 +12:00
lib.js BUGFIX Replaced logic for checking external URLs in CMS Menu with more stable jQuery Mobile codebase (fixes problems on IE not loading menu entries via ajax) (#7002) 2012-03-30 16:51:42 +02:00
MemberImportForm.js BUGFIX: add missing onunmatches 2012-05-23 16:24:15 +12:00
ModelAdmin.js BUGFIX: add missing onunmatches 2012-05-23 16:24:15 +12:00
SecurityAdmin.js Dont need to wrap entwine blocks in onload blocks, theres no benefit 2012-07-27 11:17:56 +12:00
ssui.core.js Fixed JS syntax error 2012-11-30 12:30:41 +01:00