I'm looking forward to using the panel as part of my UI design. It's simple, but it's beautiful.
The panel functionalities however look limited. For example, if I wish to navigate across pages, can the panel remain unmoved? A similar functionality will be the static header, which does not move when navigating across pages.
Has anyone tried the Panel feature in 1.3? I'd like to make the panel wider: say to 1/3 of the screen width. I tried overriding the .ui-panel width style, but the slideout delta remains unchanged (ie. the content div slid by the same amount). I do see that the panel width itself has been altered as per my style settings, because the shadow effect is gone.
Hi all, Accordion works great. I need however to lock the height of this control. There are some drawers which can be quite long, and i need to have a scrollbar automatically handle this. I tried to do this: <ul id="LeftAccordion"> <li><a href="#">Folders</a><div style="height:300px; overflow:auto"> Hello world<br /> Hello world<br /> ... It works on first load. But after you switch drawers the height and overflow seem to have been overwritten. Any suggestion to the problem is appreciated.
Hi Jorn and users of treeview, In my treeview implementation I need to restrict the width of the object. It's possible that some of the the tree node names will be quite long. Currently when this happens the node name is wrapped into 2 or more lines. I tried to adjust the css to force it into a single line instead: .filetree span.folder, .filetree span.file { white-space: nowrap; } This works beautifully in FF. In IE6 the name is also not wrapped, but IE6 will create a blank line before the name. Please advise if what I plan to do is possible?