Hi, I use datepicker like this: html textInput value: Date today; callback: [ :value | self date: value ] ; script: (( html jQuery new datepicker) onSelect: html jQuery ajax serializeThis). In case of selecting the date within the datepicker popup (click at a date), it works fine ("self date:" is sent). But if I change the date within the textInput field, without using the datepicker popup, the callback is not fired. How can I set the date: also in case that the user types in the date in the text field? Sabine -- View this message in context: http://forum.world.st/datepicker-question-tp4672653.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
ahhh sorry, I sent this message to the pharo list and not to the seaside list. I will send it to the seaside list. Sabine -- View this message in context: http://forum.world.st/datepicker-question-tp4672653p4672654.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (1)
-
Sabine Knöfel