Questions tagged [jquery-layout]

Questions about jQuery UI Layout plugin

a jQuery plugin. see https://layout.jquery-dev.net/

52 questions
8
votes
3 answers

Make jqGrid fill its container

I am using the jQuery layout plugin and the jqGrid plugin in one of my projects and they work great except for a little problem... I want the jqGrid to fill up completely the pane (jQuery layout pane) that contains it. Resizing the pane should…
Horacio
  • 2,727
  • 5
  • 26
  • 29
6
votes
3 answers

Jquery layout resizable not working

I can not manage to get the jquery-layout plugin's options to set. The default renders correctly, but the options don't. I attempt to set resizable and slidable on document ready, but when I alert for resizable it returns false. Can anyone spot…
valen
  • 807
  • 1
  • 16
  • 43
5
votes
3 answers

Is there a way to put Chosen jQuery Plugin always to front?

I'm trying to use Chosen plugin with some other plugins like jQuery Layout and jqgrid Without Chosen my select box look like this: https://i.stack.imgur.com/x8qQv.png And with Chosen: https://i.stack.imgur.com/XlSMz.png it's overlapped by jQuery…
alxv
  • 115
  • 2
  • 8
5
votes
2 answers

CSS pop up menu to overflow/overlap in JQuery layout panes

I' using the JQuery layout and define only the north, west and center panes. On the left side (west pane) I'm building a CSS pop up menu. With the abundance of CSS pop up menus around the web, I have no trouble making it to work. The problem that…
Andrei V
  • 7,306
  • 6
  • 44
  • 64
5
votes
3 answers

slickgrid resize causes scrollbar gap near bottom

I have the following problem: I use Slickgrid in combination with jquery layout. Panes can be resized with this plugin. When I resize the Slickgrid pane, so that a horizontal scrollbar appears, which wasn't there at first, I am unable to scroll all…
Dittrich
  • 81
  • 1
  • 4
4
votes
2 answers

jQuery UI layout on a container div instead of body

I'm using jQuery UI layout. I want to apply the layout to a container, not the entire body. Works when I do $('body').layout();. http://jsfiddle.net/JPEaa/216/ Fails when I add a container div and do $('.myDiv').layout();.…
Don P
  • 60,113
  • 114
  • 300
  • 432
3
votes
1 answer

Using jquery-layout with meteor

I am new to meteor and jquery-layout. I am struggling to see how to make the two work together. I have added the jquery and jquery-layout packages. I believe I need to ask jQuery layout to layout the page at some stage, but when? If I do it in the…
2
votes
1 answer

jQuery UI.Layout: How to delay pane opening

I am using UI.Layout, trying to create a behavior similar to the ExtJs layout: On close / open of the horizontal panes, the resizer should be hidden and re-appear with a slide effect. This was easy on pane closing, since the effect appears after…
Eliran Malka
  • 15,821
  • 6
  • 77
  • 100
2
votes
1 answer

jquery function not working using jquery-layout on asp.net template conent page

I am using this jQuery splitter library because on a non-master aspx web form I am able to duplicate this example and insert gridviews, ajax tabs, etc and all the other content I need no problem. But, I am unable to do the same thing using a content…
2
votes
1 answer

Adjusting z-index of angularjs typeahead directive

I am using Angularjs typeahead directive in combination with jquery layout plugin. Here is the link to the app I am working on. When I type an address into the input box, the list of autocomplete results get hidden behind the resizer. I have tried…
DG3
  • 5,070
  • 17
  • 49
  • 61
2
votes
2 answers

JQuery Layout with AngularJS

I have a simple page in which I am trying to use JQuery Layout plugin. The code is: Layout Example
Angular test:
huber.duber
  • 762
  • 2
  • 7
  • 31
2
votes
1 answer

JQuery layout fixed width when closed

I'm trying to set the width of the ui-layout-west pane at a specific dimension, when it is closed. By default, when pressing the "toggler", the pane gets completely closed, as can be seen in this example. What I want is the "west-pane" to be set to…
Andrei V
  • 7,306
  • 6
  • 44
  • 64
1
vote
1 answer

Create Nested Layers Jquery-Layout

I am trying to created nested layers. I want there to be two columns (west and east) inside of my center layer. I know it seems like I could just split and do west and east columns instead of center, but I need to do more on this page later that…
dan_vitch
  • 4,477
  • 12
  • 46
  • 69
1
vote
1 answer

Alter Sections Using Jquery Layout

I am using jquery layout for the first time. I have it working using the defaults: $('body').layout( { applyDefaultStyles: true }); but I want to disable the closing of the sections $('body').layout( { center: { closable:…
dan_vitch
  • 4,477
  • 12
  • 46
  • 69
1
vote
2 answers

jQuery UI Layout: sizePane() is resetting my options

Good morning, It appears that the jQuery UI Layout is resetting my options after a call to sizePane(). When I load the following into FireFox, then click the "Resize" button, the north pane suddenly becomes resizable, and the hotkeys are suddenly…
Patrick Bores
  • 63
  • 1
  • 6
1
2 3 4