Questions tagged [jquery-layout]

Questions about jQuery UI Layout plugin

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

52 questions
1
vote
1 answer

jQuery Layout: Refreshing/Redrawing/Resizing a panel (after hiding/showing a header or footer)

I'm using a standard jQuery layout (north, south, west, east and center) as indicated in the site documentation. For both my west and center panels, I have a header and footer pane. Everything is working correctly except that now I needed to…
Jeach
  • 8,656
  • 7
  • 45
  • 58
1
vote
2 answers

jquery layout and dynamic draggable div issue

I am using jquery layout plugin and have the following situation that I cannot find a solution. How do I make the center pane increase its size permanently by dragging the div beyond the bottom border. I have a left pane and a center pane. I…
Nilesh
  • 2,015
  • 3
  • 19
  • 21
1
vote
1 answer

Hide North Panel if Nothing to Show with JQuery UI Layout

I have a simple layout with north and center:
And JavaScript which makes a…
kism3t
  • 1,343
  • 1
  • 14
  • 33
1
vote
1 answer

CSS - jQuery Layout & Bootstrap 3 - Z-Index Issue?

jQuery Layout's z-index is 2. Bootstrap's modal does not have a z-index set. http://plnkr.co/edit/yy88iK8t3f2v3pEe5812?p=preview z-index is applied in a style attribute.
SERVANT14
  • 75
  • 6
1
vote
1 answer

Sizing table with tablesorter and jquery layout

I'd like to use a tablesorter table inside the main (center) panel of a jquery layout panel. The width of the table works fine but getting the table to occupy the available height is not so obvious. I have a basic example working below based on…
PhilDin
  • 2,802
  • 4
  • 23
  • 38
1
vote
1 answer

Cannot scroll down to the end inside a tab panel in center layout

I am struggling with the following problem, any hint would be appreciated. In my jQuery UI layout in the center panel I put a jQuery UI tab, within this tab I put some contents. Contents is taking more space than available, I would like to have a…
mguijarr
  • 7,641
  • 6
  • 45
  • 72
1
vote
1 answer

using jquery layout within twitter bootstrap dialog

I need to use the jquery layout in a bootstrap dialog .I have tried using the jquery layout in a simple example and it works : Simple_Example but when I use it in a dialog it does not seem to work. The jsfiddle for it : Dialog with layout. My…
codingBliss
  • 135
  • 5
  • 18
1
vote
2 answers

jQuery Layout Plugin + AngularJS Tabs

I use jQuery layout plugin. Inside a pane I use tabs created by angularjs (code below). When I close the layout pane (south pane in the jsfiddle) and open it again, the tabs don't work anymore. Resizing doesn't cause this problem. directive('tabs',…
daniel
  • 34,281
  • 39
  • 104
  • 158
1
vote
1 answer

jQuery layout plug-in - create layout dynamically

I'm using jQuery UI Layout Plug-in (http://layout.jquery-dev.net/). I need to load a layout on a modal window depending on certain parameters. So on-event I do something like: $('
user1791567
  • 1,388
  • 1
  • 16
  • 29
1
vote
2 answers

Moving south panel between side panels

By default, the jquery layout plugin has a setup where north and south panels are full width of the browser window, making the east and west panels vertically smaller as they must fit between south and north panels. I would like to have a setup with…
yaku
  • 3,061
  • 2
  • 19
  • 38
0
votes
1 answer

Alter border and cursor using jquery layout

I am trying to do 2 things 1) remove the border between section (currently grey area) 2) remove area around the cursor ( you should only see '<' or '>' not dark area around it here is my current code http://jsfiddle.net/dan_vitch/KSuck/1/
dan_vitch
  • 4,477
  • 12
  • 46
  • 69
0
votes
3 answers

draw smooth line between html elements using Jquery?

I wants to draw smooth line between html element using jquery. Does Jquery has any plugins to draw smooth line using Jquery ? I have used SVG plugin but it is not supported in IE7,IE8. I have also used div to draw line but it has many jaggies. Any…
Hardik Patel
  • 937
  • 3
  • 14
  • 39
0
votes
1 answer

Illegally placed
makes table rows invisible ONLY when served via AJAX

OK, I'm asking for it, I know. Please bear with me. I have a that is embedded in between some table row tags, something like this:
foo
bar
I know…
user456885
  • 443
  • 1
  • 5
  • 8
0
votes
1 answer

Get size of pane after resize

I am using jQuery Layout. I have a very simple layout with one vertical pane (west). Is it possible to get the size of the west pane after it has been resized. Below is a code snippet of an example where a call to a function happens on the resize…
tuberider
  • 124
  • 9
0
votes
0 answers

How to trigger resize from Resizer bar in jQuery Layout programmatically?

I have a jQuery layout and I want to trigger the mousemove and drag event of the resizer bar programmatically. There is some custom code that uses the event data of resize event resizing is done through the resizer bar. I have tried jQuery trigger…
Suhail Akhtar
  • 1,718
  • 15
  • 29