You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for the jQuery UI Layout project
|
|
|
SHOW OFF YOUR LAYOUT DESIGN
|
| |
Hello Layout Users,
If you have used Layout in a unique, creative or interesting way,
share your work with others here by adding a post in this topic.
Provide a _brief_ description of what makes your layout special or
interesting, what kind of website or application it is, and a link to
your publically accessible page.... more »
|
|
UI Layout Callback & Plugin Libraries
|
| |
If you're looking for the *Layout Callbacks* that *used to be listed here*, please visit the Layout downloads page instead. There you will find links to the most up-to-date versions of each callback, as well as some new Layout plug-ins... *[link]
|
|
Layout RC30.7 is Now Available
|
| |
*RC30.7 fixes all known bugs, adds compatibility with jQuery 1.8.3 and jQuery UI 1.9, and adds major enhancements to the parent-child features of Layout.* *I have NOT finished updating the changelog<[link]> .* Some of the current changelog info is no longer accurate as I scrapped... more »
|
|
Drop-down menu in northpane hiding behind center pane
|
| |
Hi , I am using a drop-down menu in the north pane, but its not visible in the center pane while mouse over, its displaying the menu but only in the north pane and I can see a scroll bar in the northpane, I tried to adjust the z-index for northpane and dropdown menu still I couldnt make it. How to... more »
|
|
Resizing the panes by mouse
|
| |
Hi everybody, I'm trying to resize the panes with mouse and not just by double-click. I've seen this functionality on some examples but could not figure out how I can do this! Is there any option or trick for this? Thanks in advance.
|
|
hot to change layout according to to adding content to north pane?
|
| |
I made a layout with north pane, west pane and center pane. i want by adding a new content on the fly in the north pane, that the lower panes (west and center) will shrink down to fit the window size. i don't have a clue how to do it, all i think i know is' that when i adding a new content to the north, i have to trigger the panels to re size.... more »
|
|
The callback _start methods don't seem to honor the "return false".
|
| |
In the attached example; I'm subscribing to the onopen_start event and trying to make the west/east panels slide open rather than "open" when the viewport is tablet resolution. ie. i don't want the center pane to be squished by side panels, i want the side panels to overlay the center panel. e.g.... more »
|
|
How do I access center__children to toggle via javascript?
|
| |
My layout, as described below, works great and I can toggle outer level panes using outerLayout.toggle("north"); for example. However, how would I target a panel within center__children to toggle via javascript? They share the same panel name. For example I want to toggle the panel which uses the... more »
|
|
Newbie Layout question - nested layouts and INSET
|
| |
Given this layout <div class="ui-layout-west"> <div class="ui-layout-center"> <div class="sideBarHeader"> <h1>Opportunity</h1> </div> </div> <div class="ui-layout-south"> <div class="sideBarHeader"> <h1>Tasks</h1> </div> </div> </div>... more »
|
|
|