You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know what this comment described? Is something no longer working? If this is just a question about a problem you are having, use the Layout forum to request help, and include more information about your exact problem.
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 );
outerLayout.addCloseBtn("#west-closer", "west");
The text was updated successfully, but these errors were encountered: