Hi,
I am trying to implement the datepicker with the dialog method. I am
simply calling the following line of code.
$('#pickDate').datepicker('dialog');
I have the input box type of hidden on the page to host the control
<input type="hidden" style="width: 75px;" name="pickDate"
id="pickDate" />
When the dialog renders there is a floating input box which hovers
over the title of the calendar as seen in this image.
http://www.brianjohnsmith.com/DatePickerDialog.PNG
Is there any way to not have that input field show up?
What I really want to do is return a value from the dialog to a local
function variable. Is that supported? Kind of tough to figure out as
there is not much online that I can find about this method. Unless I
am completely missing documentation that is out there which is
possible.
Thanks,
Brian
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=.