0
votes
2answers
95 views
jQuery UI Dialog - Ajax in PHP
I have an HTML form in a PHP file like the attached snippet:
When I hit the "Save Details" button, I want the page to load a jQuery UI modal dialog. That dialog will execute a controller action …
0
votes
1answer
73 views
JQuery, JSF and a4j:commandLink
Hello ppl,
I have a problem with using jQuery Dialog and Ajax submit in JSF.
I have the following code for displaying Dialog windows:
<script type="text/javascript">
…
0
votes
0answers
80 views
bgiframe appears in front of jquery modal dialog’s overlay in IE6
When I look at jquery ui's demo modal dialog (http://jqueryui.com/demos/dialog/#modal) in IE6 the bgiframe is appearing on top of the background overlay. So instead of seeing a black/gray stripe …
1
vote
2answers
62 views
$(’#idField’).val() inside a JQuery Dialog.
I would like to know if I can use the following JQuery function on a item id located inside a JQuery Dialog.
$('#idofmyfield').val()
Didn't return anything.
0
votes
0answers
112 views
Trying to get an updatepanel w/ datagrid to refresh after new record added via jquery dialog
I hesitate to ask because I think this will be hard to explain.
I have an asp.net page with several input fields, cancel/submit buttons, and a gridview in an update panel. There's a button to add …
0
votes
0answers
82 views
Setting Tab Order on UI Elements in jQuery Dialog
Is there a way to specify the tab order of the elements within a jQuery Dialog which itself contains an Accordion? The dialog also specifies one button in the buttons options. For accessibility, we …
0
votes
0answers
67 views
asp.net gridview in jquery dialog not posting back new data
Iam using Jquery dialog widget to load a page into the current page's div. The loaded dialog has a gridview with one editable input per row.
My problem is : The input typed into this textbox is not …
