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
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
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
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
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
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
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,
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
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
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
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 $
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
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
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
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.
--~--~-~--~
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
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
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
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
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
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
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.
22 matches
Mail list logo