[jquery-ui] Re: Triggering dragging in 1.3.1 & 1.6rc6

2009-02-05 Thread Neil Craig
Thanks, getting the latest trunk now On Feb 5, 2:59 pm, "Richard D. Worth" wrote: > This was fixed in trunk last night. > > http://dev.jqueryui.com/ticket/4061 > > http://dev.jqueryui.com/changeset/1997 > > - Richard > > On Thu, Feb 5, 2009 at 6:24 AM, Neil Craig wrote: > > > In the previou

[jquery-ui] Building the SVN trunk using NANT

2009-02-05 Thread Neil Craig
Has anyone ever build a custom release from the SVN trunk using NANT (http://nant.sourceforge.net/)? I suppose the build.xml will not work with NANT --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" gro

[jquery-ui] Re: Create a form like MS Access

2009-02-05 Thread Richard D. Worth
You may want to ask on the main jQuery list or the jQuery plugins list: http://groups.google.com/group/jquery-en http://groups.google.com/group/jquery-plugins - Richard On Thu, Feb 5, 2009 at 3:30 PM, black.horizons wrote: > > Hi, > > I've searched all over the web, high, low and everywhere -

[jquery-ui] Re: Dialog - how i can minize

2009-02-05 Thread Richard D. Worth
This is planned. It is dependent on layout being done first, so that the dialog could be maximized or minimized to a specific panel. You can track progress here http://dev.jqueryui.com/ticket/1670 - Richard On Thu, Feb 5, 2009 at 6:00 PM, ivan wrote: > > Dialog - missing minimize and maximize

[jquery-ui] Re: jquery-ui tabs inside iframe

2009-02-05 Thread James
Could you post a demo of it not working in IE? That would help us a lot instead of us having to set it up trying to re-create the issue. On Feb 5, 11:26 am, FrantiC wrote: > Maybe I didn't explain myself before, so I will try to explain better > my trouble to see if anybody could push me in the

[jquery-ui] Dialog - how i can minize

2009-02-05 Thread ivan
Dialog - missing minimize and maximize button. It's possible add this buttons in next vesrion? My idea is: $("#id").dialog { maximizable:[true/false], minimizable:[true/false] } --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[jquery-ui] jquery-ui tabs iframe and IE problem

2009-02-05 Thread FrantiC
Hi every body. I'm starting this discussion because I'm having problems implementing jquery-ui tabs into an application that contains an iframe where is lodaded the rest of the scripts. I implemented the tabs on a script and it works perfectly standalone on firefox and IE. But when I load it ins

[jquery-ui] Re: jquery-ui tabs inside iframe

2009-02-05 Thread FrantiC
Maybe I didn't explain myself before, so I will try to explain better my trouble to see if anybody could push me in the right direction with my problem. I'm trying to implementate jquery-ui tabs into an application based on iframes. The page where I implemented it works perfectly as standalone, bu

[jquery-ui] Create a form like MS Access

2009-02-05 Thread black.horizons
Hi, I've searched all over the web, high, low and everywhere - but I haven't found the plugin I'm after. Just wondering if anybody has a plugin developed that works along the lines of the a form in MS Access. Where a form is shown on screen, then there are << | < | > | >> buttons to go to: << -

[jquery-ui] Re: BUG: JQuery UI - Sortables FF3

2009-02-05 Thread phats
I am using version 1.6rc6, and I still have this problem. Has this issue been looked at yet? On Dec 18 2008, 3:13 am, "Paul Bakaus" wrote: > Have you tried using the latest trunk version from SVN? Many of the issues > have been fixed, > especially connectWith related. Maybe give it a try, if

[jquery-ui] Infinite loop in IE8 release candidate 1 with modal jQuery UI dialog if DOCTYPE is specified as XHTML 1.1

2009-02-05 Thread Bryan
Hello, First, thanks to everyone who has worked on this project. It is an incredible resource and I'm extremely appreciative of all of the hard work. That said... I have been working with modal dialogs just fine using jQuery 1.3.1 and rc6 of jQuery UI. I'm pretty early stage in a UI redesign

[jquery-ui] Re: change dialog button text from variable

2009-02-05 Thread Richard D. Worth
See http://groups.google.com/group/jquery-ui/browse_thread/thread/64941f5e24a999ed - Richard On Thu, Feb 5, 2009 at 12:26 PM, Air YT wrote: > > Howdy, > > Just wondering if it's possible to dynamically change a buttons text > using a passed variable in a function: > > eg: here is my test: > >

[jquery-ui] Re: change dialog button text from variable

2009-02-05 Thread Fontzter
Try adding a space between sButtonText and the colon. If that doesn't work, build the string first and then use it like this: function ShowDialog( sButtonText ) { sButtonText = "Button Text:" + sButtonText; //or just pass it in the parameter $("#Dialog").dialog( "option","buttons", { "Cl

[jquery-ui] Re: Active Tab Data

2009-02-05 Thread Klaus Hartl
Sorry, I was a bit in a hurry - I should note that this relies on internal implementation and as such may be subject to change in the future. We're thinking about implementing a getter method in the next release. --Klaus On 5 Feb., 21:29, Klaus Hartl wrote: > $('ul.ui-tabs-nav li a:first').da

[jquery-ui] Re: Active Tab Data

2009-02-05 Thread Klaus Hartl
$('ul.ui-tabs-nav li a:first').data('load.tabs'); // from first tab --Klaus On 5 Feb., 18:32, iFeghali wrote: > Hello, > > is there an elegant way to retrieve current tab URL (its ajax'ed) ? > > Thank you. --~--~-~--~~~---~--~~ You received this message because

[jquery-ui] Re: selecting new added ajax tab

2009-02-05 Thread Klaus Hartl
On 5 Feb., 19:17, jfronza wrote: > So for another jquery newbie, where does the code need to go? Huh? It needs to go exactly like shown in the FAQ (one way to do it). --Klaus --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[jquery-ui] Re: Open Links in the current tab (doc problem?)

2009-02-05 Thread Klaus Hartl
http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F --Klaus On 5 Feb., 20:53, iFeghali wrote: > Hello, > > In the following section of documentation: > > http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_inste... > > The code w

[jquery-ui] Open Links in the current tab (doc problem?)

2009-02-05 Thread iFeghali
Hello, In the following section of documentation: http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_instead_of_clicking_a_tab_itself The code works only once. That is, the tab is loaded (ajax) with some links in the body. If I follow one of the links the tab loads the new address

[jquery-ui] Re: appending an ui.draggable object without removing it from it's original place

2009-02-05 Thread Bohdan Ganicky
I've put together a demo for you. Is this it? :) http://jquery-ui.googlecode.com/svn/trunk/demos/index.html#sortable|connect-lists-through-tabs -- Bohdan On Feb 5, 4:12 pm, dirk w wrote: > i am sorry but i can't figure out how the "connectWith" could help me. > i tried giving both lists the sam

[jquery-ui] Re: Problem with setting Modal on jquery ui dialog in 1.6rc6

2009-02-05 Thread Richard D. Worth
You may want to use this as a starting point: http://jquery-ui.googlecode.com/svn/tags/1.6rc6/demos/dialog/modal.html Seems to work just fine. - Richard On Thu, Feb 5, 2009 at 11:47 AM, jpuro wrote: > > I am trying to use the jquery ui dialog in 1.6rc6, but it does not > make the dialog modal

[jquery-ui] download builder with dialog

2009-02-05 Thread relphie
Hello, when trying to build a custom UI download, I am unable to de- select draggable and resizable after selecting dialog. Both of those interactions are optional, correct? I can understand auto-selecting them when first selecting dialog, but they must be de-selectable. --~--~-~--~

[jquery-ui] Re: Problem with setting Modal on jquery ui dialog in 1.6rc6

2009-02-05 Thread Nikola
The jQuery UI CSS Framework http://docs.jquery.com/UI/Theming/API On Feb 5, 2:26 pm, Nikola wrote: > The modal overlay uses the new CSS framework so you'll have to set the > overlay properties in CSS. > > Modal Overlay > .ui-widget-overlay > > Dialog Shadow > .ui-widget-shadow > > On Feb 5, 11:4

[jquery-ui] Re: Change dialog buttons

2009-02-05 Thread Richard D. Worth
You can't use object literal notation without a literal. Try this instead var buttons = {}; buttons["Button Text:" + ButtonText] = function() { $(this).dialog('close'); }; $("#Dialog").dialog("option", "buttons", buttons); - Richard On Thu, Feb 5, 2009 at 11:40 AM, Air YT wrote: > > This help

[jquery-ui] Re: Problem with setting Modal on jquery ui dialog in 1.6rc6

2009-02-05 Thread Nikola
The modal overlay uses the new CSS framework so you'll have to set the overlay properties in CSS. Modal Overlay .ui-widget-overlay Dialog Shadow .ui-widget-shadow On Feb 5, 11:47 am, jpuro wrote: > I am trying to use the jquery ui dialog in 1.6rc6, but it does not > make the dialog modal.  It

[jquery-ui] Re: selecting new added ajax tab

2009-02-05 Thread jfronza
So for another jquery newbie, where does the code need to go? Thanks! On Jan 26, 9:04 am, csb92376 wrote: > Thanks.  I'll try that ... I was able to get the "automatic select" > working according to the FAQ example.  I think the missing factor was > the lack of any description of where that cod

[jquery-ui] change dialog button text from variable

2009-02-05 Thread Air YT
Howdy, Just wondering if it's possible to dynamically change a buttons text using a passed variable in a function: eg: here is my test: function ShowDialog( sButtonText ) { $("#Dialog").dialog( "option","buttons", { "Close Window": function () { $(this).dialog('close'); } }, { "Button Text:

[jquery-ui] Problem with setting Modal on jquery ui dialog in 1.6rc6

2009-02-05 Thread jpuro
I am trying to use the jquery ui dialog in 1.6rc6, but it does not make the dialog modal. It was doing it just fine in rc5. Anything I need to do as a workaround to get this working now? Regards, Jeff --~--~-~--~~~---~--~~ You received this message because you

[jquery-ui] Re: Change dialog buttons

2009-02-05 Thread Air YT
This helped me out, too! Thanks! However, i'm wondering if it's possible to change the text of the button(s) as well, via a passed parameter in a function call. For example, here is my test.js: function ShowDialog( ButtonText ) { $("#Dialog").dialog( "option","buttons", { "Close Window": fun

[jquery-ui] Re: ui-effects-wrapper

2009-02-05 Thread Nikola
It seems like the problem with the effects-wrapper problem is similar to the drop down problems when using show/slide. On Feb 5, 1:57 pm, Nikola wrote: > I deleted this one quickly as I figured out what the problem.. > unfortunately you answer posts faster than I can delete them. ;) > Sorry ab

[jquery-ui] Re: ui-effects-wrapper

2009-02-05 Thread Nikola
I deleted this one quickly as I figured out what the problem.. unfortunately you answer posts faster than I can delete them. ;) Sorry about that... The problem was with a simple tool-tip I was using but only occurred when I configured it's display with .show("slide", { direction: "up" }, 800). B

[jquery-ui] Re: IE Dialog Invalid Argument

2009-02-05 Thread Justin Sunseri
I figured out part of the problem. i took and created a new sample page with the exact same dialog as listed above. The problem is caused because of the I have nested inside of the element. When i remove the width and height it works perfectly. So I know how to fix the problem. But why is

[jquery-ui] Re: ui-effects-wrapper

2009-02-05 Thread Richard D. Worth
On Thu, Feb 5, 2009 at 1:00 PM, Nikola wrote: > > Hello, dozens of .ui-effects-wrappers are being created on a page I'm > working on. They are actually above a tabs button pane and I'm unable > to select any of the tab buttons. I've never experienced this before, > is there a known issue with t

[jquery-ui] ui-effects-wrapper

2009-02-05 Thread Nikola
Hello, dozens of .ui-effects-wrappers are being created on a page I'm working on. They are actually above a tabs button pane and I'm unable to select any of the tab buttons. I've never experienced this before, is there a known issue with this? --~--~-~--~~~---~--~

[jquery-ui] Re: Proper syntax for the "show:" option in dialogs?

2009-02-05 Thread Nikola
I know the basic options work on my end, here's a test case I put together for another bug but it illustrates the different show and hide options: http://jsbin.com/inimo/edit On Feb 4, 9:51 pm, Krittick wrote: > Yeah, it appears to be bugged no matter the effect chosen. > > On Feb 4, 5:58 pm, f

[jquery-ui] Active Tab Data

2009-02-05 Thread iFeghali
Hello, is there an elegant way to retrieve current tab URL (its ajax'ed) ? Thank you. --~--~-~--~~~---~--~~ 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.co

[jquery-ui] Re: ui-state-error and Title Bar for Dialogs

2009-02-05 Thread fehays
Thanks Scott. That makes sense and that worked. Looks like I would need to do something similar for the buttonpane. -Fred On Feb 4, 4:39 pm, ScottJehl wrote: > sorry, it seems that got caught in the quoted text... just add this > after your dialog() method: > .prev().addClass('ui-state-error')

[jquery-ui] Re: appending an ui.draggable object without removing it from it's original place

2009-02-05 Thread dirk w
i am sorry but i can't figure out how the "connectWith" could help me. i tried giving both lists the same class and add this as connectWith value but it doesn't work at all (now it seems like it destoyed the draggable option of those elements). remember, the two lists aren't visible at the same t

[jquery-ui] [DIALOG] height is always auto

2009-02-05 Thread mconway
I am having an issue (both with 1.6RC5, and 1.6RC6) where the heights are ALWAYS auto on the dialogs. The width is set correctly in all cases, but for the life of me, I cannot get the height to work. I am setting height different ways on different dialogs, but they all act the same:

[jquery-ui] Re: jQuery UI dialog submit form to another page for PHP

2009-02-05 Thread Richard D. Worth
This should be a good starting point http://jqueryui.com/demos/dialog/modal-form.html You can do a traditional form submit, or you can do it with Ajax. See http://docs.jquery.com/Ajax for more on that. - Richard On Thu, Feb 5, 2009 at 4:51 AM, Exodus wrote: > > Hi, > > I want to allow non-r

[jquery-ui] Re: new problem with dialog in rc6

2009-02-05 Thread Fontzter
You could also just have the hidden input already in your html markup and then just do a $("#show_org").val("true"); before the submit. On Feb 5, 4:56 am, chrispanda wrote: > So in the cold light of day, this is a problem that arose after > upgrade to jquery 1.3 and not with the ui - for anyone

[jquery-ui] Re: datepicker numberOfMonths problem

2009-02-05 Thread Led
Maybe there's an answer... On 5 Fev, 12:38, Led wrote: > Ive been posting here for a solution to display multi datepicker in a > horizontal way.I'm using (i think) correct code > ex:  $('#inic').datepicker({ beforeShowDay: > ocupaDays  ,numberOfMonths: [1, 3], stepMonths: 3,showOtherMonths: > fa

[jquery-ui] Re: Tab moves randomly when you have many tabs..

2009-02-05 Thread Klaus Hartl
http://dev.jqueryui.com/ticket/3922 --Klaus On 5 Feb., 13:19, kurund wrote: > Are you aware of any work around for this :( > > How can i track the status of ticket ? > > thanx > > Kurund > > On Feb 4, 8:11 pm, Klaus Hartl wrote: > > > Unfortunately this is the way how float in CSS works. Anyw

[jquery-ui] Re: appending an ui.draggable object without removing it from it's original place

2009-02-05 Thread Bohdan Ganicky
Well, it seems that this is exactly what you want: http://ui.jquery.com/demos/sortable/#connect-lists :) -- Bohdan On Feb 5, 12:32 pm, dirk w wrote: > hi bohdan, > thanks for offering your help! i can't figure it out, even with the > examples. > > what works already: > i have a list of images w

[jquery-ui] Re: Triggering dragging in 1.3.1 & 1.6rc6

2009-02-05 Thread Richard D. Worth
This was fixed in trunk last night. http://dev.jqueryui.com/ticket/4061 http://dev.jqueryui.com/changeset/1997 - Richard On Thu, Feb 5, 2009 at 6:24 AM, Neil Craig wrote: > > In the previous versions of jQuery & jQuey-UI, one could trigger > dragging like so: > > jQuery(document).ready(functi

[jquery-ui] datepicker numberOfMonths problem

2009-02-05 Thread Led
Ive been posting here for a solution to display multi datepicker in a horizontal way.I'm using (i think) correct code ex: $('#inic').datepicker({ beforeShowDay: ocupaDays ,numberOfMonths: [1, 3], stepMonths: 3,showOtherMonths: false, firstDay: 1,changeFirstDay: false,showButtonPanel: true, dateF

[jquery-ui] jQuery UI dialog submit form to another page for PHP

2009-02-05 Thread Exodus
Hi, I want to allow non-registered guests to register their details by when they click the "register" link, the jQuery UI dialog pops up and asks them for their name, email and password. I then wish to submit these details to another page where I can pick them up using php $_POST['']. Is this p

[jquery-ui] slow applying ui theme

2009-02-05 Thread dodyryda
hi.. jquery experts i have setup the jquery ui tab widget on my site and pleased with the look..It is also seo friendly where as the previous tab script i was using (webfx tabpane) was not. Problem i'm experiancing is taking a long time to render the tab from page load so user see's text as a li

[jquery-ui] Re: Tab moves randomly when you have many tabs..

2009-02-05 Thread kurund
Are you aware of any work around for this :( How can i track the status of ticket ? thanx Kurund On Feb 4, 8:11 pm, Klaus Hartl wrote: > Unfortunately this is the way how float in CSS works. Anyways, there > is also a ticket for this. > > --Klaus > > On 4 Feb., 14:06,kurund wrote: > > > > > I

[jquery-ui] Re: how to open the Dialog a second time

2009-02-05 Thread aldur
Fixed $(".dialog").dialog({autoOpen: false, width:"75%",modal: true}); $("ul.covenants li a").click(function(){ $("#"+this.href.split("#")[1]).dialog('open'); return false; }); --~--~-~--~~~---~--~~ You received this message because you are subscrib

[jquery-ui] how to open the Dialog a second time

2009-02-05 Thread aldur
I have a list that when clicked the links open a dialog that displays a summary of a specific bit of a contract -- snip $("ul.covenants li a").click(function(){ $("#"+this.href.split("#")[1]).show().dialog({width:"75%",modal: true}); return false; }); blah bla

[jquery-ui] Issues with latest jQueryUI (accordian contained inside a tab list)

2009-02-05 Thread aldur
I downloaded the latest jquery UI code yesterday and developed some concepts for a project and it worked fine in firefox 3 but in IE 7 it blew up I have a page with multiple tabs (6) and have the accordian inside each tab. IT works in firefox 3 but not in IE 7 when you click onto tab #2 then on

[jquery-ui] Re: appending an ui.draggable object without removing it from it's original place

2009-02-05 Thread dirk w
hi bohdan, thanks for offering your help! i can't figure it out, even with the examples. what works already: i have a list of images which are draggable. they can get dropped on various places on the site as well as on a Tab. if dropped on a Tab they appear (append()) to an other list. in this li

[jquery-ui] Triggering dragging in 1.3.1 & 1.6rc6

2009-02-05 Thread Neil Craig
In the previous versions of jQuery & jQuey-UI, one could trigger dragging like so: jQuery(document).ready(function() { jQuery("#myDiv").mousedown(function(ev) { target = jQuery(ev.target); /* Various logic that sets the draggable variable to either true

[jquery-ui] Re: appending an ui.draggable object without removing it from it's original place

2009-02-05 Thread Bohdan Ganicky
Hi Dirk, check out the "Draggable + Sortable" demo: http://ui.jquery.com/demos/draggable/#sortable It could be a good starting point. Hope that helps. If not, let me know and I'll try to help you more. -- Bohdan On Feb 5, 11:23 am, dirk w wrote: > hi bohdan, > i changed my mind (since i just c

[jquery-ui] Re: appending an ui.draggable object without removing it from it's original place

2009-02-05 Thread dirk w
hi bohdan, i changed my mind (since i just couldn't figure out how to do it like i wanted). from now on the elements will not get copied, there's always just one instance of an element (this is probably less confusing to the user). but now i got a new problem, this time with sortable i have 2 UL

[jquery-ui] Re: new problem with dialog in rc6

2009-02-05 Thread chrispanda
So in the cold light of day, this is a problem that arose after upgrade to jquery 1.3 and not with the ui - for anyone googling the fix I eventually used is to bind a function to the submit button, prevent the default action of the submit button, and then append some html to the form before callin

[jquery-ui] Re: new problem with dialog in rc6

2009-02-05 Thread chrispanda
So in the cold light of day, this is a problem that arose after upgrade to jquery 1.3 and not with the ui - for anyone googling the fix I eventually used is to bind a function to the submit button, prevent the default action of the submit button, and then append some html to the form before callin

[jquery-ui] Re: selecting new added ajax tab

2009-02-05 Thread Klaus Hartl
http://docs.jquery.com/UI/Tabs#Events On 5 Feb., 10:32, CMS wrote: > Thank you Klaus, > i was not aware of the difference between the event and the associated > callback. > Using > > $("#businessCaseTabs > ul").bind('tabsadd', function(event, ui) { >         console.logLOG_("Event when tab was

[jquery-ui] Re: selecting new added ajax tab

2009-02-05 Thread CMS
Thank you Klaus, i was not aware of the difference between the event and the associated callback. Using $("#businessCaseTabs > ul").bind('tabsadd', function(event, ui) { console.logLOG_("Event when tab was added: " + ui.index); setTimeout(function(){$("#businessCaseTabs > ul").tab