Hi Joachim, <br><br>thank you. Yes, I need it I immediately.<br><br>I need some help here. <br>I can alert the value of the text field with some js (see below).<br>But I dont know how to get the value for setting it into my date attribute.<br>

<br>Any help appreciated.<br><br>Sabine<br><br>html textInput<br>        id: &#39;input&#39;;<br>        value: Date today;<br>        callback: [ :value |  self date: value ];<br>        onBlur:<br>                (html prototype evaluator<br>

                        callback: [ :script | <br>                            script<br>                                add:<br>                                    (JSStream new<br>                                        nextPutAll: &#39;alert(document.getElementById(&#39;&#39;input&#39;&#39;).value) &#39;;<br>

                                        argument: &#39;xx&#39;;<br>                                        yourself). <br>                           ]);<br>        script: (html jQuery new datepicker onSelect: html jQuery ajax serializeThis)<br>

<br><br><br><div class="gmail_quote">On Thu, Feb 28, 2013 at 12:20 PM, Joachim Tuchel <span dir="ltr">&lt;<a href="mailto:jtuchel@objektfabrik.de" target="_blank">jtuchel@objektfabrik.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Sabine,<br>
<br>
Don you mean you want the #date: method to be called immediately instead of when the form is being submitted? I guess you&#39;d have to attach an onBlur: or better onInput: JavaScript handler to the text input.<br>
<br>
Joachim<br>
<br>
Sabine Knöfel &lt;<a href="mailto:sabine.knoefel@gmail.com">sabine.knoefel@gmail.com</a>&gt; schrieb:<br>
<div class="HOEnZb"><div class="h5"><br>
&gt;Hi,<br>
&gt;<br>
&gt;I use datepicker like this:<br>
&gt;<br>
&gt; html textInput<br>
&gt;        value: Date today;<br>
&gt;        callback: [ :value |<br>
&gt;                        self date: value  ] ;<br>
&gt;        script: (( html jQuery new datepicker) onSelect: html jQuery ajax<br>
&gt;serializeThis).<br>
&gt;<br>
&gt;In case of selecting the date within the datepicker popup (click at a date),<br>
&gt;it works fine (&quot;self date:&quot; is sent).<br>
&gt;But if I change the date within the textInput field, without using the<br>
&gt;datepicker popup, the callback is not fired.<br>
&gt;<br>
&gt;How can I set the date: also in case that the user types in the date in the<br>
&gt;text field?<br>
&gt;<br>
&gt;Sabine<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;--<br>
&gt;View this message in context: <a href="http://forum.world.st/Datepicker-question-tp4672655.html" target="_blank">http://forum.world.st/Datepicker-question-tp4672655.html</a><br>
&gt;Sent from the Seaside General mailing list archive at Nabble.com.<br>
&gt;_______________________________________________<br>
&gt;seaside mailing list<br>
&gt;<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt;<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;<br>
</div></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br>