All Questions
Tagged with jquery-ui-layout javascript
14 questions
0
votes
1
answer
338
views
jQuery UI Layout 'floating buttons'
I use the jQuery UI Layout plugin in my application, but users seems to have some problem with toggling the west and east panels. This because the toggler-buttons are relatively small.
Google has a ...
0
votes
1
answer
4k
views
jQuery UI Layout - How change a pane's options and dynamically apply them without toggling the pane open/closed?
http://jsfiddle.net/jc3rj681/2/
Using the plugin jQuery UI Layout, I have several different panes. When the user resizes the window to a small size, I would like to call a function that changes the ...
1
vote
1
answer
1k
views
jQuery UI Layout - is it possible to change attributes of panes AFTER they load?
I have a pane that it part of a set of panes created using the plugin jQuery UI Layout.
This pane has a "toggle" button with a certain height and width (I made it an obnoxious value just to ...
2
votes
1
answer
846
views
Angular ui layout - how to set width dynamicaly
In the angular-ui-layout module, to set the size we need to pass a value like <div ui-layout-container size='20%'> is it possible to pass a model, so when ever model value gets changed, the size ...
3
votes
2
answers
3k
views
How to make JQuery UI Layout Plugin work inside Boostrap body-content div
We have been using JQuery UI Layout Plugin for most of our projects. We have started a new project that uses Bootstrap as the framework. We attempted a simple layout example, using Bootstrap ...
1
vote
0
answers
1k
views
jquery ui layout close side pane not working properly
I'm using jQuery UI Layout Plug-in in my code. I have created 3 panes namely west,center & east pane. In center pane, i have added 2 canvas element, the first canvas element contains a circle ...
1
vote
1
answer
1k
views
How to size div height to content in jQuery UI Layout
I'm trying to get a simple vertical splitter bar working using
jQuery UI Layout 1.30.0.3079-rc. Here is my test page:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head&...
4
votes
2
answers
1k
views
jQuery UI Layout and Constraining Dialogs to the Central Pane
I am trying to create a full page interface using the excellent jQuery UI Layout plugin.
I want the central pane to hold multiple dialogs and allow them to be contained within that pane. So far so ...
1
vote
0
answers
1k
views
Setting layout.sizePane("west") after changing the width of layout div
Am creating layout for a container div, which has two divs inside, one is west pane and another in center pane, now am changing the width of the container div and then trying to set the "west pane" ...
0
votes
1
answer
577
views
How can I add an image to the west toggler?
I'm trying to add an image to the toggler (it's the bar on the left that turns orange when your mouse cursor moves over it). How can I add an image there?
You can see the example here:
http://...
1
vote
2
answers
548
views
Firefox Select issue with jQuery UI Layout
I'm running into a strange and obscure issue in jQuery UI-layout. I have a dropdown in one of my panes, and whenever you click on it, it opens, but you can select anything.
The issue seems to have ...
0
votes
1
answer
187
views
jQuery UI layout closed panel renumbers iframes
Simple question from a newbie: how do I have jQuery UI layout revert to the original iframe numbering after panels have been closed and reopened? E.g., I have 3 panels with iframes in each. Page ...
0
votes
1
answer
3k
views
setting height of a div in jquery ui layout
Ive been experimenting with the adjustable grids plugin (jquery ui layout).. I was able to set the width of each divs using the plugins.. bt when it comes to height ive only been allowed to adjust the ...
1
vote
1
answer
1k
views
jQuery UI layout plug-in OVERFLOW setting
jsFiddle is provided for better illustration.
In this case I am using two plugins: jQuery UI layout plugin & Trent datetime picker plugin.
The pop-up datetime picker will be blocked by the west ...