All Questions
Tagged with jquery-ui-layout css
8 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 ...
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-...
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 ...
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 ...
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
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 ...