layout
layout copied to clipboard
jQuery UI Layout v1.x plugin
jQuery.fn.bind() is deprecated ``` for (name in layoutMethods) { $N.bind("layout" + name.toLowerCase() + "." + sID, Instance[ layoutMethods[name] || name ]); ``` Change to `$N.on(...)` and adjust syntax if needed.
outerLayout = $("body").layout( layoutSettings_Outer ); outerLayout.addToggleBtn( "#tbarToggleNorth", "north" ); var westSelector = "body > .ui-layout-west"; // outer-west pane $("").addClass("pin-button").prependTo( westSelector ); outerLayout.addPinBtn( westSelector +" .pin-button", "west"); $("").attr("id", "west-closer" ).prependTo( westSelector...
This way there is no need to check in the layout code in other repositories and makes it much easier to detect updates.
The default box-sizing is content-box, not border-box. This causes a layout issue in IE 10 and probably others when no box-sizing is set and $.browser.boxModel is not available. Honestly, there...
Hard to pin down, but I'm finding that when having maskContents enabled it sometimes blanks out one of my panes when it shouldn't. It seems to get inverted somehow as...
should call borderPanes.split first
…ng jQuery Layout with option[maskIframesOnResize = true], resizing the pane, replacing the HTML-content in pane and then resizing it again. In that case "s" was undefined which lead to resize-crashes....
Since jquery-ui 1.10.2, it is data('ui-draggable'), not data('draggable')
This change adds `bower.json` descriptor (with package name `jquery-ui-layout`) which is a copy of `layout.jquery.json` with `main` and `ignore` properties added (and `version` increased to v1.4.4 to be able to...
Real small beans, here, I know. But my editor offers up an optical assault for warnings, so I'll offer the 'enhancement' for others, linters, etc.