Questions tagged [jquery-layout]

Questions about jQuery UI Layout plugin

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

52 questions
0
votes
2 answers

How to get size of a panel during resize?

I have a multi-panel jQuery layout and want to know the size of the inner-center panel while it is resizing. document.ready function looks like this: $(document).ready(function () { outerLayout = $('body').layout({ spacing_open: …
user3217883
  • 1,216
  • 4
  • 38
  • 65
0
votes
0 answers

R rhandsonetable in htmlTemplate / JqueryLayout not working

I want to create a shinyApp with a custom UI, using the htmlTemplate function from shiny and the JQuery Layouts from here. Displaying tables using the DT framework works fine, but I would like to use the rhandsontable package. Unfortunately, this is…
SeGa
  • 9,454
  • 3
  • 31
  • 70
0
votes
1 answer

Shiny-App with JQueryLayout and DT-table not working

I am trying to create an app using JQuery-layouts (found here) and the htmlTemplate function from shiny. The only thing that is not functioning for now is displaying a DT-Table on the second Tab in the center pane. The problem also remains when…
SeGa
  • 9,454
  • 3
  • 31
  • 70
0
votes
2 answers

custom toggler for jquery layout

I am using layout.jquery plugin. I am trying to create a custom toggler for Wast Pane. How can I create rotated text div as toggler. See attached image below. JSFIDDLE: https://jsfiddle.net/kap0e06s/3/ HTML:
django
  • 2,809
  • 5
  • 47
  • 80
0
votes
1 answer

Want to dock and undock portion of application using jquery layout ui

I have been researching this for a long time and this topic seems to be very underrepresented in the coding world. I am using the Jquery Layout UI in my application, http://layout.jquery-dev.com/ And we only have South and Center panes. I want to be…
user2847749
  • 339
  • 2
  • 9
  • 27
0
votes
1 answer

Angular move directive from div to div

I have problem in my project I have something like this:
http://plnkr.co/edit/deBMT5DAaoU47t4RxDhK?p=preview in right pane I have…
0
votes
1 answer

How do I create a "sidebar" layout with jQuery Layout?

I'm creating a web application that will have multiple panes. I've used some Dojo in the past, but it's too heavy for this project, so I plan to use jQuery Layout instead. However, I like the way Dojo's BorderContainers allow you to use a…
0
votes
2 answers

requirejs - shim configuration

I am using Almond and the r.js optimizer to combine all my scripts in a single file for a Backbone.js-based Single Page Application. My build file: ({ name: '../bower_components/almond/almond', include: ['main'], insertRequire:…
Genti Saliu
  • 2,643
  • 4
  • 23
  • 43
0
votes
0 answers

how to chang jquery ui layout slider cursor

I'm using the layout in the link below and I'm trying to change the cursor on the west slider bar (if you dbl click it and it closes and then mouse over it) to be default vs the hand but I can't for the life of me figure out how to change it. Does…
user441521
  • 6,942
  • 23
  • 88
  • 160
0
votes
1 answer

How to make nested layouts with jquery-layout resizable?

I'm trying to create a 4-pane layout using the jQuery-Layout plugin. Really basic stuff: The layout (note that I use iframes):
Cristian Diaconescu
  • 34,633
  • 32
  • 143
  • 233
0
votes
1 answer

jointjs incompatible with jquery layout plugin

I have a problem using jointjs and jquery-layout. I can only use one of those, If I use both, the panel resizing doesn't work. There is someone that have the same/similar problem? and know how to solve it? this doesn't work at all
n3wtron
  • 73
  • 6
0
votes
1 answer

resize jqgrid when splitter of jquery layout is dragged

While implementing jqGrid with jQuery layouts the jqGrid does not resize when the splitter of the layout is dragged. The solution for dynamically setting the width of jqgrid is using binding with the resize event of window object.But for my case it…
codingBliss
  • 135
  • 5
  • 18
0
votes
1 answer

jsTree seems not working with jQuery layout

My project need use a tree view to be in jQuery layout pane. I chose jsTree as treeview control, but it seems not working with jQuery layout? I created a quick sample to reproduce and demo the issue here: http://codepen.io/anon/pen/qEgdl The…
Rob Lao
  • 1,526
  • 4
  • 14
  • 38
0
votes
1 answer

Tool / plugin for laying out web page with minimal efforts applied on raw CSS

First things first. I have been struggling while dealing with raw CSS to generate complex page layouts. It gets further complicated with browser vendors looking in different directions. Well, now that can't be changed. So after a lot of efforts I…
Kabeer
  • 4,138
  • 7
  • 40
  • 62
0
votes
1 answer

Is there a JQuery UI layout interface for Typescript?

Is there a JQuery UI layout interface for Typescript? Has one been written? I cannot find one and would like to avoid writing one myself.
Tim
  • 2,968
  • 5
  • 29
  • 55