[jquery-ui] jQuery UI dialog and Ruby on Rails searching

2009-12-18 Thread JohnM
Hello all, I'm looking to perform a search via dialog box and return the results within the box. I'm currently working in the Ruby on Rails platform. I can get the dialog box to open and display a search field and button. My next step is to do the search and return the results to the open dialog

[jquery-ui] JQuery UI Dialog with Repeater

2009-12-06 Thread sianabanana
Hi, I really wanted to get the JQuery UI Dialog working with repeated items so i didnt have to use the ajaxconroltoolkit for a modal popup. I can get individual examples to work, but when i have multiple popups on the same page i get in to trouble. I want to have a repeater of records on the pa

[jquery-ui] Jquery ui dialog close button

2009-11-16 Thread anitha john
Hi, Is there any way to remove the 'X' button of the jquery dialog and replace it with red color close button Regards Anitha -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsub

[jquery-ui] JQuery UI Dialog + IE8 = Generic IE Error

2009-10-29 Thread FishGills
Hey all, When I open a dialog with an OK and Cancel button, I'm getting the following error (Of course, it works fine in FF): Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/ 4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR

[jquery-ui] jquery ui dialog and ajax component updating

2009-10-27 Thread jason
Hi, I am using a web framework that allows me to use ajax to pull in js/ html into a div without refreshing the whole page so I am often bringing in this snippet below: $.ui.dialog.defaults.bgiframe = true; $(function() { $("#summaryDialog").dialog({ draggable: true

[jquery-ui] jQuery UI dialog

2009-10-05 Thread renzki
Hello, i just want to know why the setting position: ['right', 'top'] would work but position: ['top','right'] would not? Thanks! :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to thi

[jquery-ui] jQuery ui dialog and jScrollPane

2009-09-14 Thread milena
I have a problem when using jquery ui dialog and jScroollPane plug in. If i call the jScrollPane function on the same div on which i open the dialog, the dialog has initial size 0. For example: $(function() { $("#main").dialog({ bgiframe: true,

[jquery-ui] JQuery UI Dialog Problem

2009-08-20 Thread BigJason
I am having a strange issue with jquery ui dialog. I am using asp.net with ajax.net. I know that the dialog gets put outside of the main form. I am able to fix that very easily with $("#dialog").parent ().appendTo($("form:first"));. The problem I am having is that when I call dialog("open") a

[jquery-ui] jQuery UI Dialog

2009-08-05 Thread aras
I found a very easy way to submit dialog on enter in your UI DIalog, hope someone will use it :) function: function form_click_enter(form) { var dialog = $(form).parent("div").siblings("div.ui-dialog- buttonpane"); $("button:first",dialog).click(); // right one } and typical

[jquery-ui] jquery UI dialog and dragable element inside it.

2009-08-05 Thread Yauhen
Hello All I have following issue. I have jquery ui dialog. inside it there is list of items. Each item shoud be draggable outsite dialog. This dialog show possible list of items that could be inserted to some other element outsite dialog. When dragging item and leaving bounds of dialog it disappe

[jquery-ui] JQuery UI (dialog) + events > /dev/null ?

2009-06-03 Thread Sultan Imanhodjaev
Hi, all I have been using JQuery so far and seems I found some stranges in the event handling methods I have been developing the system which requires multi dialog windows and rich user interface, and I am binding some event handlers to an element e.g. > $('#some_div').click(some func() {}) or $

[jquery-ui] jQuery UI Dialog : Modal Form

2009-05-27 Thread askthebigo
With ref to: http://www.jqueryui.com/demos/dialog/#modal-form Can someone please let me know what I would need to modify in order for the ui-state-hover to be actived when the 'Create new user' button is onFocus. I am not great with JS - so if you can provide tested code/snippets it would be gre

[jquery-ui] jQuery UI dialog: button highlighting

2009-05-07 Thread John Davies
Hello, I created my own modal dialog from the dialog 'modal form' example. I like it very much, but it has a small drawback: As soon as I remove the last input-tag from the example dialog, one of the dialogs buttons (the first in code) is highlighted automatically when the dialog opens (with

[jquery-ui] jQuery UI Dialog and Keyboard Disabled

2009-03-30 Thread TheNephalim
Hello, I am using jQuery UI 1.5.3 along with jQuery 1.2.6. I am creating a modal dialog that displays some text and has two input boxes. The dialog appears and everything works fine with the exception that all keyboard action seems to be disabled. The user cannot enter any text in the input bo

[jquery-ui] jquery UI Dialog resize with iframe content

2009-03-06 Thread havarti
When I load the dialog with static or ajax content, the dialog resize works great. However, if the dialog content is loaded with an iframe, the resize is doesn't work very well, especially when contracting after an expand. In general, great new release. Congratulations. --~--~-~--~

[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] jQuery UI - dialog and datepicker problem

2009-02-04 Thread OK3
i have an issue regrading dialog and datepicker usage. first, i call the dialog box which contains form with several fields to show. next, the $('.datepick').datepicker(dpOptions) is called to attach the datepicker to the required fields (there are two). the problem is when any of the fields is cl

[jquery-ui] jQuery UI dialog question (emergency)

2009-02-02 Thread Bennie
I need a way to do this today! So any help would be appreciated. I'm trying to do a confirm of a deletion on a list element, but I don't know how to pass info into dialog, and the examples I can find don't help much (they only pop up dialogs, they don't explain how to do anything in the callbacks

[jquery-ui] JQuery UI Dialog Buttons translation

2009-01-22 Thread lphm
Hi ! I would be able to translate text of the buttons in the modal Dialog for example. Unfortunately, I can not provide any function as a key in "buttons" Array. For example, this code does not work : var cancelBtn = function() { return MyAppli.t('Cancel'); }; var okBtn = MyA

[jquery-ui] jQuery UI Dialog data passing example needed

2009-01-17 Thread niner
is there an example of data passing using the "open" option in jQuery UI dialog? the documentation states that "The data passed is the opened dialog options object." but how does that work exactly in code? thanks, --~--~-~--~~~---~--~~ You received this message b

[jquery-ui] Jquery UI dialog close

2008-11-19 Thread manilodisan
I'm loading a dialog and inside it an iframe to show a form. After posting the forum via ajax I analyze the response and want to close the dialog (born from the parent window) if the response is a 'success'. Nothing worksany idea how I can make this thing work? Here's my code: //post

[jquery-ui] jQuery UI dialog and asp.net: prevent form postback when close the dialog in IE.

2008-11-13 Thread [EMAIL PROTECTED]
Hi guys, When I close the dialog, postback is just not working for all the server controls on the main form. It gives me error, says "theForm.__EVENTTARGET is null or not an object". I use $.ajax(...) to fill the dialog. When I googled it, I came cross the following blog post http://blog.hurlman.