[jquery-ui] Re: dynamically adding to a sortable list

2009-01-08 Thread Larry Siden
Paul, I wrote a little page that demonstrates the problem I'm having sorting items that are added to a list after the sortable was created (unless I'm doing something wrong - which NEVER happens!!! 1. Download the attached .html file and open it in your browser. You can drag-drop sort the

[jquery-ui] Re: Jquery UI Portlets

2009-01-08 Thread Richard D. Worth
Simply add the following .column { padding-bottom: 100px; } This is fixed in the trunk now. Thanks. - Richard On Thu, Jan 8, 2009 at 10:15 AM, Frederico Carvalho wrote: > > Hello, > > I saw a demo in the trunk of Jquery UI Sortables Portlets (http:// > jquery-ui.googlecode.com/svn/trunk/demos/

[jquery-ui] ui.dialog.css

2009-01-08 Thread dustismo
I have been trying to get a dialog styled right using my new themeroller theme. The close icon stretched and I can see the word 'closed' behind the icon. I finally figured out the problem by looking at the style from the themeroller page and my page in firebug. Seems I am missing a css file: ui

[jquery-ui] Datepicker refresh

2009-01-08 Thread Olivier
Hello, First of all, let me say that jQuery is really awesome! And what about the UI Datepicker, it is just amazing! Congratulations to all the designers of this wonderfull solution. I have been using jQuery UI Datepicker for few weeks now. I am at a stage where I need to refresh it in my code.

[jquery-ui] DatePicker

2009-01-08 Thread bryce4president
I'm trying to get a feel for the datepicker() UI widget but is feels a little clumsy and not how i'm used to jquery working. What I want to accomplish is to have the minDate of a datepicker be the value of another datepicker. So if I have dp1 and dp2 I would set dp1 to Feb 1 2009. When I activa

[jquery-ui] Re: date picker and non-valid links

2009-01-08 Thread Jason
I checked out your website, it seems to me you got it working... How come though the datepicker doesn't open at the date selected by the drop downs, i.e. I select 01/01/2009 in datepicker, then change date manually to 01/01/2008 then open datepicker the date opens at 01/01/2009.. Any ideas? On

[jquery-ui] Re: datepicker - wont close

2009-01-08 Thread Jason
Hmm im sure I tried replying to this! Ill try again.. I have been looking for ages for an example of datepicker + 3 drop downs. I would love you to solve this problem + send me an example as I cannot find it anywhere. Why don't ui.jquery.com have this type of example, I have day/month/year drop

[jquery-ui] Re: datepicker - wont close

2009-01-08 Thread Jason
I would love to know how you managed to get it to work with drop downs. Ive been looking everywhere to use the Jquery Plugin + day/ month/year drop down, but there isn't an example anywhere! Why don't ui.jquery.com put an example on their website?? Can someone post me a link, or code or somethin

[jquery-ui] Jquery UI Portlets

2009-01-08 Thread Frederico Carvalho
Hello, I saw a demo in the trunk of Jquery UI Sortables Portlets (http:// jquery-ui.googlecode.com/svn/trunk/demos/sortable/portlets.html). When I drag a box to another column, if there are no more boxes in that column, the column disappears. Is there a way of having empty columns? Thanks, Frede

[jquery-ui] Re: all tabs ajax - issue

2009-01-08 Thread Klaus Hartl
You need to tabify the ul, not its container. $("#tabs ul").tabs(); --Klaus On 8 Jan., 18:24, iFeghali wrote: > Hello again, > > I am trying to get all the tabs loaded via ajax, including the first > one. The issue is jQuery is creating the dynamic tab DIVs outside > #tabs which makes the cont

[jquery-ui] Re: Questions about JQuery Tabs

2009-01-08 Thread Klaus Hartl
I've fixed a similiar issue a while ago. Do you use the latest version of Tabs? --Klaus On 8 Jan., 15:29, PORT8001 wrote: > http://dev.buytough.com/tb_30.asp > > at the bottom of this page is a set of JQuery ajax tabs, Our Problem > is that we would like to keep the focus down on the tab secti

[jquery-ui] Re: Change Tabs title programmatically.

2009-01-08 Thread Klaus Hartl
$('#tabs > ul a:first').text('New text'); --Klaus On 8 Jan., 07:25, jalal wrote: > Hello, > > I would like to change tab title programmatically. > > >         >                 Nunc tincidunt >                 Proin dolor >                 Aenean lacinia >         >         >              

[jquery-ui] Re: Modife Ajax Tab in a fly

2009-01-08 Thread Klaus Hartl
Use the tabs('url') method to change a tabs url. http://docs.jquery.com/UI/Tabs/tabs#.22url.22indexurl --Klaus On 7 Jan., 22:27, pejot wrote: > Hi, > >  I trying to do very flexible user interface with ui.tabs. >  I have a few tabs all connected by a href   to static pages.  e.x. > > Page > It

[jquery-ui] Re: Dynamic Tabs URL

2009-01-08 Thread Klaus Hartl
Looks like your code will result in two Ajax requests, one from the tab itself, and the second one triggered by your load handler. Remove that load handler and simply change the tabs url in the select handler. There is a tabs('url') method for this. --Klaus On 7 Jan., 21:11, shameless wrote:

[jquery-ui] UI Accordion 'navigation filter' with multiple nested lists

2009-01-08 Thread taykahike
Hello, Can anyone suggest how to write a navigation filter for a UI Accordion with multiple nested lists? With the default settings, the navigation filter only works to the first child of the parent 'head' element. My accordion menu has about four levels. If this is not possible, is there another

[jquery-ui] Re: Missing 'element' member from ui hash for events in 1.6rc4

2009-01-08 Thread Richard D. Worth
Currently we're working on getting things together on http://jqueryui.pbwiki.com/ Each plugin has a page. Section 3 contains functional specifications/requirements. End user documentation http://docs.jquery.com/UI is still as of 1.5.3. We'll be updating it for 1.6 over the next two weeks as we

[jquery-ui] Re: Selective DatePicker

2009-01-08 Thread Courtney
Perfect, thank you for the response. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to jq

[jquery-ui] Re: Using datepicker in dynamic DOM

2009-01-08 Thread Jason
I've done some more testing with the current trunk and with the 1.3pre jQuery version on the trunk. I've figured out that the exception only appears if I clone(true) to clone the event handlers when I duplicate my form field, if I just plain clone() and then add my handlers I don't see any errors.

[jquery-ui] Re: Missing 'element' member from ui hash for events in 1.6rc4

2009-01-08 Thread Brad Choate
Perfect! Sorry if that was an obvious answer. I'm still getting my jQuery legs in shape. Is there a place where API changes like this are noted or is that still being compiled? On Jan 8, 7:12 am, "Richard D. Worth" wrote: > $(this) > > - Richard > > On Wed, Jan 7, 2009 at 7:41 PM, Brad Choate

[jquery-ui] show dialog content problem

2009-01-08 Thread Led
Hi , i have this page http://realferias.com/form.asp?cod_casa=15&nm_mes=%25 that open dialogs on each clicked record. The problem is that the content loaded after the first open dialog , don't show properly. I've made some tests and seem to me that the problem is on ui script or jquery itself. Ca

[jquery-ui] all tabs ajax - issue

2009-01-08 Thread iFeghali
Hello again, I am trying to get all the tabs loaded via ajax, including the first one. The issue is jQuery is creating the dynamic tab DIVs outside #tabs which makes the content to be out of frame. To past around this I had to have the first tab (default one) as static content: JS code: $("#tabs

[jquery-ui] Re: Issue with widget on clone

2009-01-08 Thread Scott González
Can you provide a demo page showing your problem? On Jan 7, 10:20 pm, jayg wrote: > I have a custom widget built on jquery UI that I am running into an > odd issue with.  Everything works as I want on initial use, but when I > do a clone(true) on the widget and append it to another element, the

AW: [jquery-ui] Re: Problems with selectable and the selectionsquare

2009-01-08 Thread May
Hi, sorry for answering so late, but I was in vacations. I figured out that a z-index higher than 100 overlays the selection square. Here is a short demo code: http://jsbin.com/arezu As you can see, if you draw the square a little bit outside the div you can see it. So any id

[jquery-ui] Re: Missing 'element' member from ui hash for events in 1.6rc4

2009-01-08 Thread Richard D. Worth
$(this) - Richard On Wed, Jan 7, 2009 at 7:41 PM, Brad Choate wrote: > > Hi. I'm trying to get the UI Layout Demo going with the latest 1.6rc4 > release but I ran into a bug, I think. In 1.5.2, there is an 'element' > member in the 'ui' hash object passed to event functions such as > 'change' a

[jquery-ui] Questions about JQuery Tabs

2009-01-08 Thread PORT8001
http://dev.buytough.com/tb_30.asp at the bottom of this page is a set of JQuery ajax tabs, Our Problem is that we would like to keep the focus down on the tab section when browsing through the varous tabs. the issue is when clicking on the next tab it moves you half way back up the page. --~--~

[jquery-ui] [ui.tabs] Vertical, address-book style

2009-01-08 Thread pjm
Hi all, Greetings and best wishes for the year that starts. I would like to create vertical variant of the standard ui.tabs. In visual terms, I would like to "rotate the basic ui.tabs layout by 90 degrees, clockwise"; the tabs should be on the right, with a maximum width of 50-60px. Basically, I w

[jquery-ui] Resizable modal dialog, iframe and scrollbar issue

2009-01-08 Thread David Healy
Hi folks I've built a modal dialog loading content from another URL via an iframe. See screenshot: http://www.sac.ac.uk/static/scrollable_modal.jpg The right-hand drag handle generated by the parent resizable div (it's classed "ui-dialog flora ui-draggable ui-resizable") sits directly above the

[jquery-ui] Change Tabs title programmatically.

2009-01-08 Thread jalal
Hello, I would like to change tab title programmatically. Nunc tincidunt Proin dolor Aenean lacinia s. s. t. here i would lik

[jquery-ui] Draggable

2009-01-08 Thread donjamessingleton
I cannot figure out how to use Draggable Can someone give me the full code of a simple program to demo it? I tried the code from http://ui.jquery.com/demos/draggable#default and placed it at /jquery.ui-1.5.3/demos/functional/, taking the / off the front of css and js, but it did not work They

[jquery-ui] Missing 'element' member from ui hash for events in 1.6rc4

2009-01-08 Thread Brad Choate
Hi. I'm trying to get the UI Layout Demo going with the latest 1.6rc4 release but I ran into a bug, I think. In 1.5.2, there is an 'element' member in the 'ui' hash object passed to event functions such as 'change' and 'update', but that member isn't present any more. Is there a recommended alter

[jquery-ui] Resizable events

2009-01-08 Thread C.
Hi, I have a three column layout with a liquid centre. I am able to make that centre column resizable, but is it possible to bind to some event so that as the centre column is resized, the two outer columns have their widths adjusted accordingly. If you've seen how Hotmail or Yahoo allows you to

[jquery-ui] Re: What is the name of the effect used on UI demo page?

2009-01-08 Thread dustin
Hi Paul, It looks like the carousel has been removed from the demo site. I was very interested in using this for an events site that I'm developing and only now found this discussion about how it's licensed etc... Is there an alternate place to check out the carousel or to acquire the plugin?

[jquery-ui] looking carousel from jquery real world demos

2009-01-08 Thread dustin
Does anyone know what was being used to power the "looking carousel" for the real world demos page that has since been replaced with a direct link to the demos? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQue

[jquery-ui] Modife Ajax Tab in a fly

2009-01-08 Thread pejot
Hi, I trying to do very flexible user interface with ui.tabs. I have a few tabs all connected by a href to static pages. e.x. Page It works fine before next step. Tabs lies on Accordion Panel. My demand is to change on the fly href for that tab to change content on tab. I am using, docume

[jquery-ui] Jquery UI Tab w/Themeroller issue

2009-01-08 Thread Brian
I am using the Jquery UI Tab w/Themeroller and am experiencing a strange issue. When you click on any of the tabs, the content changes correctly but the tab buttom syle remains the same. Am I missing something? Thanks in advance for your help! --~--~-~--~~~---~--~---

[jquery-ui] Dynamic Tabs URL

2009-01-08 Thread shameless
I have read every post that I can find re: changing the URL prior to loading UI Tabs, all to no avail. Here is my problem... 1. Create a URL from text value of the tab and several dropdown values. For instance, if the text within a tabs / tag says "para1", then I use that as one of my paramete

[jquery-ui] More Dynamic URL Madness....

2009-01-08 Thread shameless
I have read every post that I can find re: changing the URL prior to loading UI Tabs, all to no avail. Here is my problem... 1. Create a URL from text value of the tab and several dropdown values. For instance, if the text within a tabs / tag says "para1", then I use that as one of my paramete

[jquery-ui] Loading tabs

2009-01-08 Thread PORT8001
http://dev.buytough.com/tb_30.asp at the bottom of this page is a set of JQuery ajax tabs, Our Problem is that we would like to keep the focus down on the tab section when browsing through the varous tabs. the issue is when clicking on the next tab it moves you half way back up the page. --~--~

[jquery-ui] dialog content hidden after destroy - issue

2009-01-08 Thread iFeghali
Hello, I am designing a generic dialog that is supposed to handle dynamic content. I came up with the code (simplified) : $("#dialog").dialog("destroy"); $("#dialog").dialog({ autoOpen: true, }).load('something.php', data); The issue is after running the code for the second

[jquery-ui] Re: How to set Dialog height to auto?

2009-01-08 Thread Stefan Sturm
Hello, 2008/12/21 Scott González : > > Support for height: 'auto' has been added in r1197. > 'auto' is not working for me. I have a form in my dialog and only the textboxes are visible. The buttons at the bottom of the form are not visible... Greetings, Stefan Sturm --~--~-~--~~--

[jquery-ui] autocomplete - display all results

2009-01-08 Thread prexol
Greetings: Is there a way to configure the autocomplete control to display all results when the user presses the down button? Does this require configuration or custom code?. I know that I can add a keydown event to the textbox and look for the down button to be pressed, but am unsure how to pro

[jquery-ui] Re: IE draggable containment issue when Position: Absolute

2009-01-08 Thread Paul Bakaus
Hi there, there are a couple of bugs currently with containment, one is tracked here: http://ui.jquery.com/bugs/ticket/3607 We're working on fixing all the issues with containment, please stay tuned. Thanks, Paul On Sat, Jan 3, 2009 at 9:17 PM, Paul wrote: > > I think this is lacking some inf

[jquery-ui] Re: problem with sortable & select drop-downs in firef

2009-01-08 Thread Paul Bakaus
good point, yeah. Will update that soon. On Wed, Jan 7, 2009 at 6:56 PM, Michael O'Connor wrote: > > According to the documentation for sortable (http://docs.jquery.com/UI/ > Sortable/sortable#options) > the default value for cancel is ':input,