layout icon indicating copy to clipboard operation
layout copied to clipboard

how to use such as addToggleBtn function in latest version

Open spiritelf opened this issue 9 years ago • 1 comments

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");

spiritelf avatar Aug 30 '16 02:08 spiritelf

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.

allpro avatar Sep 15 '16 16:09 allpro