[jQuery] Modal dialog?

2009-11-08 Thread Mech7
I have a problem where i might have more then one modal dialog in the same page.. I want to use a class for this, and select it on the position in the DOM... But after I open it one time JQuery UI seems to move the dialog windows to the bottom... so I cannot search for it in the same location agai

[jQuery] Modal dialog validation problem

2009-10-13 Thread cerberos
I have a form in a modal dialog which I submit with $.post(). Validation is set so that the name field has a min length of 2. * enter 'a' in name and submit * validation works, form not submitted, error displayed * submit again (still with 'a' for name) * validation fails, form gets submitted and

[jQuery] Modal Dialog with a datepicker inside, works one time, then never...

2009-09-28 Thread alexbariv
Hi everybody. Let me introduce myself. I'm a developer located in Venezuela (latin america), and i have like 2 years using Jquery in every project that came to my hands. Its a pleasure to meet you all. For begin, i have a little problem that i hope you can giveme some light here: I have creat

[jQuery] Re: Jquery Modal Dialog

2009-09-13 Thread Mohammed Arif
There is workaround to make the entire dialog draggable. You just need to tweak ui.dialog.js a bit only. Just comment the cancel/handle properties at line no. 310: this.uiDialog.draggable({ //cancel: '.ui-dialog-content', //handle:

[jQuery] Re: Jquery Modal Dialog

2009-09-13 Thread NM
Hi, Thanks, but I have already tried this way and the issue that I am facing in this is that the whole dialog in which that div is contained is not being able to be dragged and the only portion that i making it draggable is dragged... Footer div is dialog1. Please let me know if I am doing som

[jQuery] Re: Jquery Modal Dialog

2009-09-12 Thread samma89
yeah..there is a way..add a div to footer or anywhere you want to use as the handle.after that write this in the draggable code " handle: 'div's id or class'.thats it.

[jQuery] Re: Jquery Modal Dialog

2009-09-12 Thread NM
Hi anyone, Any update on this.. On Sep 10, 8:35 pm, NM wrote: > Hi, > > Iusedthejquerymodaldialogfrom thejqueryui.com, that is > currently draggable from the title only. is there any way i can make > that draggable by inserting a div at the footer of thedialogor  make > it draggable from ev

[jQuery] Jquery Modal Dialog

2009-09-10 Thread NM
Hi, I used the jquery modal dialog from the jqueryui.com, that is currently draggable from the title only. is there any way i can make that draggable by inserting a div at the footer of the dialog or make it draggable from everywhere in the dialog.

[jQuery] Modal & Dialog Window (same as Prototype Window Class - PWC)

2008-11-02 Thread Jesus Manuel Olivas
I am been developing and CMS So far the app was build with mysql, jpa, java, jsf, richfaces using netbeans IDE (running over tomcat) The front end have some OS look using Prototype Window Class (PWC) http://prototype-window.xilinus.com/ and dock using interface fisheye http://int

[jQuery] Modal Dialog and scrolling

2008-09-03 Thread [EMAIL PROTECTED]
Hi everyone. I want to display a long list of elements inside a modal Dialog(). I want that list to scroll when it reaches the edge of the Dialog box. For some reason, the bars appear but they wont scroll down nor up. (For information purposes, elements (divs) are dynamically added to #feedback-li

[jQuery] Modal Dialog in blockUI

2008-05-06 Thread Adam
Is it possible to show an external webpage inside of a blockUI modal dialog? I'd like to call another page via ajax and populate the dialog instead of using a reference to a hidden div, etc.