[jquery-ui] Re: question about dialog

2008-12-17 Thread Nikhil Gupta
Hi I dont think you can manipulate dialog properties programatically once you have created a dialog. The only way I could think of is to specify a min height and a min width while creating the dialog. Best, Nik On Wed, Dec 17, 2008 at 7:26 AM, jack datac...@gmail.com wrote: Hi all I found

[jquery-ui] Re: How hard will this be to do using JQuery and ASP.NET

2008-12-17 Thread Fontzter
Hi Will, Without knowing all the details, I can only offer this advise: You can likely do what you want using jQuery's ajax functionality. On the server side, I would suggest using a Generic Handler (.ashx) file to process the ajax call. This cuts out a lot of overhead on the server. IMHO,

[jquery-ui] Re: Problem using ui.dialog as a substitute for confirm()

2008-12-17 Thread Carl Von Stetten
I think I understand what you mean about the asynchronous nature of dialogs. I'm trying to create a reusable css-styleable confirmation dialog that I can call from various points in my code, in the same way the standard javascript confirm() dialog is called. Can you suggest a way to make this

[jquery-ui] Re: Modal dialog form loading in Internet Explorer

2008-12-17 Thread mike3275
Just to follow up, I reported the same bug regarding a utility created by my company's hosting provider where IE won't refresh until I move the mouse. The response I got was that it's a rendering bug in IE and is beyond their control. Still, if anyone knows a workaround to this problem, I'd

[jquery-ui] Re: Datepicker constrainInput Option

2008-12-17 Thread Fontzter
Any answer on this? I have noticed the same thing. I am trying to avoid having random numbers typed into the text field and then left there when it is not an actual date. Is there a better way to do this? Thanks, Dave On Nov 6, 11:25 am, Jeremy jk...@usa.net wrote: The documentation for

[jquery-ui] datepicker

2008-12-17 Thread Bob O
So i installed the datepicker with the dual date range calendars. everything seems to work fine. i can select the date and it populates the input field so on and so on problem im having is I need it the update the input value field so i can submit a form in my rails app that is looking for

[jquery-ui] Re: draggable lists - how do I display LI text in receiving DIV?

2008-12-17 Thread marr
http://imarr.com/sort_test.htm I've changed the code a bit so I can drag and drop topics (LI's) into buckets. It does not work in IE... Also, I can't get the LI's from the buckets to drag and delete into the garbage. Any ideas? Thanks, $('.bucket').sortable(); $('.topicsulli').draggable({

[jquery-ui] How hard will this be to do using JQuery and ASP.NET

2008-12-17 Thread gantww
Hello all, I'm working on an ASP.NET site where the user is allowed to pick colors for certain elements on the page. Essentially, what I want to do is have a button on the page that the user can click and bring up a popup (non-modal and non-moveable) that allows them to choose colors from a set

[jquery-ui] jQuery dialog option draggable

2008-12-17 Thread Mazi
Hallo all. I got a problem with a div dialog. It seems not possible to pass any options to the draggable option. When i use the draggable api on a div I can pass an options list: $(#div2drag).draggable({ containment : 'window' }); but if I want to have a dialog draggable with the same

[jquery-ui] Re: prevent reloading of newly added ajax tabs

2008-12-17 Thread Klaus Hartl
Use the cache option set to true for your tabs, see also documentation: http://docs.jquery.com/UI/Tabs --Klaus On 17 Dez., 12:43, emrah emrahsag...@gmail.com wrote: Hi! I have two main tabs, and in one of these tabs I have activator button which adds a new tab. here is my code

[jquery-ui] Access Tab Index on Creation

2008-12-17 Thread mattofak
Hi All; In my tabbed application I've run across the need for buttons to be embedded in the tab. I thought I might be able to do this via a JS onClick call attatched to an image, ie: lispanTab img onClick=javascript:doSomething() //span/li which works just peachy in and of itself, but it would

[jquery-ui] UI autocomplete - best practices - get multiple result

2008-12-17 Thread prexol
Greetings: Please provide suggestions on the best practices for obtaining the current results of a multiple choice autocomplete. I understand that i can use the formatResult callback to obtain the data element each time a user makes a selection. I can then push this onto an array. What if a

[jquery-ui] Problem with accordion(activate, 1). using a link

2008-12-17 Thread vikasna...@yahoo.com
Hi, I am trying to use the JQuery to my menu and use the sample code from their site. When I run the code, It focuses to 'Test 2 (element) and expand the items, because I am giving $(#example).accordion (activate, 1). Once I add linkes ( liA onclick=newwindow=window.open('http://

[jquery-ui] Re: Jquery UI dialog close

2008-12-17 Thread shameeer
Here its solved and u can find the code also http://feelitfresh.com/web20/jquery-ui-dialog-close/ On Nov 18, 11:43 pm, manilodisan manilodi...@gmail.com wrote: I'm loading adialogand inside it an iframe to show a form. After posting the forum via ajax I analyze the response and want

[jquery-ui] Re: ui.datepicker ie6 running very slow

2008-12-17 Thread stefan.livens
Hello, I had the same problem when switching from jquery ui 1.5 to jquery ui 1.6. But I found the solution! Apparently it's a bug in the cache of IE6, it will try to load all the css-background images of the calendar one by one, instead of caching it, so it's trying to download about 50

[jquery-ui] Problem with doctype

2008-12-17 Thread tdhsaurabh
Hi, I started using Jquery UI, my problem is that re sizable plug in is not working with html doctype, (in IE 6) I have given doctype as: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd and a simple re size operation is

[jquery-ui] Re: question about dialog

2008-12-17 Thread Richard D. Worth
On Wed, Dec 17, 2008 at 3:53 AM, Nikhil Gupta nikhil.nikhilgu...@gmail.comwrote: Hi I dont think you can manipulate dialog properties programatically once you have created a dialog. Actually, this is supported. And in just the way Jack has shown $(#myDialog).data(width.dialog, newWidth)

[jquery-ui] Re: question about dialog

2008-12-17 Thread Richard D. Worth
Jack, Nothing in your code is jumping out at me as being the issue, though I don't know what version you're using. Could you put together a minimal test page that shows the issue? (some sites to post to, if you don't have one: http://jsbin.com/ or http://paste.pocoo.org/ ) In that vein, may I

[jquery-ui] Re: Jquery UI dialog close

2008-12-17 Thread shameeer
Check the link. The code is there to close the dialog from inside the iframe http://feelitfresh.com/web20/jquery-ui-dialog-close/ On Nov 20, 6:59 pm, markus.staab markus.st...@redaxo.de wrote: you have to use window.parent.$('#dialog') instead of

[jquery-ui] Use parseDate() and formatDate() outside ui.datepicker

2008-12-17 Thread David Herrmann
Hi all, I suppose this has been asked before, but I couldn't find it in a quick search. I would like to use the datepicker's date parsing and formatting functions (including i18n) inside another UI plugin. What's the easiest way to do this without having to copy the code over (which I would

[jquery-ui] Re: Problem using ui.dialog as a substitute for confirm()

2008-12-17 Thread Scott González
Dialogs are essentially asynchronous so the confirm function is returning before the user clicks either button. You need to put the logic for what to do inside the button functions. On Dec 16, 4:16 pm, Carl Von Stetten vonner.li...@vonner.net wrote: I'm trying to replace the standard browser

[jquery-ui] Re: Problem with doctype

2008-12-17 Thread Richard D. Worth
Your doctype looks good. On my test page it triggered standards mode (the only difference a doctype actually makes to a browser[*]). To ensure it's doing to same for you, paste the following in your address bar while on your page: javascript:alert(document.compatMode); If the alert says

[jquery-ui] Re: Problem with accordion(activate, 1). using a link

2008-12-17 Thread Jörn Zaefferer
Could you provide a testpage? The code you provided isn't enough. Jörn On Wed, Dec 17, 2008 at 8:03 PM, vikasna...@yahoo.com vikasna...@yahoo.com wrote: Hi, I am trying to use the JQuery to my menu and use the sample code from their site. When I run the code, It focuses to 'Test 2 (element)

[jquery-ui] Re: Problem with accordion(activate, 1). using a link

2008-12-17 Thread Jörn Zaefferer
Try this: $(#example).accordion({ autoHeight: false, header: a.ui-accordion-link, active: 2 }); Jörn On Wed, Dec 17, 2008 at 10:54 PM, vikasna...@yahoo.com vikasna...@yahoo.com wrote: Thanks Jörn . This is the code I tried: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

[jquery-ui] Re: question about dialog

2008-12-17 Thread Nikhil Gupta
Ooops! Thanks for pointing this out Richard. Best, Nik On Wed, Dec 17, 2008 at 11:41 AM, Richard D. Worth rdwo...@gmail.comwrote: On Wed, Dec 17, 2008 at 3:53 AM, Nikhil Gupta nikhil.nikhilgu...@gmail.com wrote: Hi I dont think you can manipulate dialog properties programatically once

[jquery-ui] Re: my text is getting jagged in IE when i use the pulsate effect.

2008-12-17 Thread Nikola
Thanks for the great advice. On Dec 10, 10:54 am, XleiteX leite_kil...@yahoo.com.br wrote: Hey try this after hover or toggle event!... [..].stop({clearQueue:true}).css({opacity:1}); it functions to me in image backgroung who gets opacity... srry for my poor english!

[jquery-ui] jQuery UI Tabs w/ ScriptManager and AJAX Mode: Stuck on Loading...

2008-12-17 Thread jalati01
I've an issue that I can't seem to figure out. I have an ASP.NET web page that is acting as a Master Page of sorts (using Master Pages gives me unintended results). It has the markup for my tabbed menu and a ScriptManager with some services and scripts. The tabs are using AJAX Mode to load

[jquery-ui] Resetting the expanded items in JQuery after click on URL

2008-12-17 Thread Roh
Hi, I am using JQuery to my menu and added urls to li, And I expanding the 2nd item using jQuery('#accordion').accordion(activate, 1); It is working fine, but when I click on the url I could see only tabs not the items. Any help, thanks in advance.

[jquery-ui] Re: Submiting form by link

2008-12-17 Thread Nikola
I submit with: $(form).get(0).submit(); --~--~-~--~~~---~--~~ 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

[jquery-ui] Re: .dialog(close) and IE7

2008-12-17 Thread Nikola
Ok I went ahead and pasted the JavaScript. The page has a lot of content and several style sheets to it so I only pasted the JavaScript. I hope I only forgot a comma or semi-colon somewhere but I can't seem to find the problem and using minimal code didn't really clear things up either... a

[jquery-ui] Re: .dialog(close) and IE7

2008-12-17 Thread Richard D. Worth
When you said before that you stripped it down to the bare essentials, I assumed you meant you had it down to just the html and javascript for the dialog. That would be the best way to determine whether there's a problem with the plugin, or with something somewhere else in your code. I don't see

[jquery-ui] Re: .dialog(close) and IE7

2008-12-17 Thread Nikola
Thanks for checking the js Richard. This is really puzzling. I am going through all my code bit by bit. I guessing that there's probably some compatibility issue with the or more of the other plugins I am using. (JCarousel, Galleria, jFlip, and jTip) I am going to write a simple dialog on

[jquery-ui] Re: .dialog(close) and IE7

2008-12-17 Thread Nikola
I really stripped the page and code down but I'm still unable to close the dialog with .dialog(close) in IE7. I pasted the HTML page I was testing with at Lodge It. Here's the link... http://paste.pocoo.org/show/95848/ --~--~-~--~~~---~--~~ You received this

[jquery-ui] DatePicker Query

2008-12-17 Thread JQueryProgrammer
Hi All, I am pretty new to jQuery UI and have recently started using DatePicker plugin. Now I have a couple of queries related to datepicker: 1. Is it possible to append a custom button/link like the Close, Cancel, Clear etc links in the datepicker control thru settings. Also I want to attach a