To my knowledge, not without significant hacking. To that end, if
it's a must-have, I would try to hide the default button pane that is
created with the dialog and just add my own button bar within the body
of the dialog.
Hth,
Dave
On Nov 18, 3:46 pm, Mean Mike wrote:
> is there a way to make
reply that ok I missed it too, but i wasn't testing either
On Nov 18, 3:54 pm, dbinaz wrote:
> sorry about that.
>
> I figured it out. one flippin #
>
> $('dialog_'+uid).dialog({
>
> should be
>
> $('#dialog_'+uid).dialog({
>
> Thanks!
>
> On Nov 18, 3:42 pm, Mean Mike wrote:
>
> > your code was
sorry about that.
I figured it out. one flippin #
$('dialog_'+uid).dialog({
should be
$('#dialog_'+uid).dialog({
Thanks!
On Nov 18, 3:42 pm, Mean Mike wrote:
> your code was a bit strange to me so I cleaned it up see if that helps
>
> $(function() {
> $('a.writemsg').click(function(
is there a way to make the buttons of dialog into radio buttons ?
Mean Mike
--
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 unsubscribe from this group, send email to
jquery-ui+u
your code was a bit strange to me so I cleaned it up see if that helps
$(function() {
$('a.writemsg').click(function() {
var uid = $(this).attr('id');
$('dialog_'+uid).dialog({
autoOpen: false,
$(function() {
$('a.writemsg').click(function() {
var uid = $(this).attr('id');
//console.log(uid);
$('dialog_'+uid).dialog({
autoOpen: false,
show: 'blind',
hide: 'fold',
width: 300,
Have you seen this demo? http://jqueryui.com/demos/datepicker/#min-max
You can view the source for it on that page.
Hth,
Dave
On Nov 18, 4:45 am, ami wrote:
> you have mentioned how to use maxDate and minDate but i want to
> complete working demo. I have followed all steps mentioned by you bt
John,
I was assuming that you had a form with an action="MyPage.aspx" or
something like that. I also assumed that the delete button was a
submit button. If the action is set on the form, calling the $
("#yourForm").submit(); should post it back to the aspx page.
Btw, I just noticed a typo in th
you have mentioned how to use maxDate and minDate but i want to
complete working demo. I have followed all steps mentioned by you bt
not working for me so plz help me
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email
Please tell give me complete working demo of restricted date in date
picker. I have followed the steps as u mentioned but not working for
me.. Please help me
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquer
Hi,
I just downloaded jquery-ui-1.7.2 and trying to use the datepicker.
It works well in firefox but when I test it using chrome, it is not
showing the calendar.
Please advice...
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this grou
Hi,
I am loading the dialog using a ajax request. The dialog appears but I
focusing the input don't work, the calendar appears when I manually
use the console: $('#dateValue').focus()
What am I doing wrong?
Thanks!
HTML ajax reply:
jQuery('#dateDialog').dialog({
modal: true,
I"m using datepicker within Wordpress. The js works correctly and the
value is put in the form field, however I've selected the Redmond
theme (which is blue) and instead I get green for the pop up.
Here is the code I am using:
http://ajax.googleapis.com/ajax/libs/
jqueryui/1.7.2/themes/redmond/j
Does anyone have a page with 2-3 calendars active? I'm trying to have4
calendar date pickers on a page and am running into a naming issue. If
anyone has a page with only a few calendars present, that would be the
easiest way to learn. Nothing else on the page so I can see the bare-
bones would work
i have a tabset that contains a sortable list that draggable objects
can be dragged into. i have the cookie setting for the tabs as well.
the sortable works when that tab opens first due to the cookies, but
does not work when another tab is selected then i switch tabs. any
reason for this?
--
You
I have registered jquery-ui sortable on divs containing two parallel
divs. On drag, the divs with higher zIndex are dragged with connected
divs. Is there any way to resolve this issue
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this
16 matches
Mail list logo