34 questions
0
votes
0
answers
28
views
jquery ui-layout maintain scroll position of scrollbar in west-pane
i am using jquery ui-layout to create 4 panes: north, west, main, east.
Inside the west pane i placed an accordeon-sidebar within a treeview. The treeview is very large so a scrollbar appear next to ...
0
votes
1
answer
420
views
Jquery UI layout is not working in typescript
I'm using Jquery UI layout in typescript i have installed jquery, jquery-ui and jquery.ui.layout and this my following code
app.component.html
<div id="test">
<div class="ui-layout-center"&...
0
votes
0
answers
70
views
AngularJS and jQuery UI Layout compatibility
I'm struggling to get a very basic layout using jQuery UI Layout (downloaded from here).
Following is the ng-includeed page:
<div id="Main_Working_Page" ng-controller="...
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 ...
2
votes
1
answer
894
views
datetimepicker showing behind south pane
I have problem showing the datetimepicker in jquery ui layout it will show behind the south pane.
see fiddle
<div class="ui-layout-center">Center
<p><a href="http://layout.jquery-...
0
votes
1
answer
172
views
DateTimpicker not showing properly in jquery ui layout
How can I make the datetimepicker work properly in the jquery ui layout. the datetimepicker is not showing when I click on the textfield it is behind in the south pane.
see fiddle
<div class="ui-...
3
votes
1
answer
409
views
Panes do not change size when Zoom Out in browser
I can not figure what is wrong with my HTML so jquery-ui-layout library does not want to recalculate widths/heights of containers when Zooming Out in Browser (Chrome/Firefox). In my HTML all white ...
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 ...
1
vote
0
answers
3k
views
AutoResize does not work properly in ui-grid
I don't specified a width or height for the grid and used "ui-grid-auto-resize". It is working but not properly. There is just a small piece of grid over and therefore i see the scrollbars for that ...
0
votes
1
answer
282
views
How to make text vertical in a jQuery UI Layout toggler?
I am using the jquery-ui-layout plugin in a website: jQuery UI Layout Hompage
There are options togglerContent_open and togglerContent_closed that allow you to place html inside of the toggler. I ...
2
votes
1
answer
405
views
formediting modals shows at wrong position
When I moved from triand-jqGrid 4.6.0 to free-jqGrid 4.8.0 formediting broke
This is because my jqGrid is inside a div with position: absolute; z-index: 0; so when the edit modal is rendered inside ...
0
votes
2
answers
636
views
Trouble with jQuery UI layout and jQuery UI tabs
I am trying to create a layout structured like this:
north pane
center pane
a header div
a notebook-like tab panel
with at least one tab
a footer div
header div and footer div has to be always ...
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 ...