I would like to invoke a rest webservice after selecting a date in the date picker. I have tried events like "value change", "selected", "input", but it does not work.
Can someone help me? Thanks.
I would like to invoke a rest webservice after selecting a date in the date picker. I have tried events like "value change", "selected", "input", but it does not work.
Can someone help me? Thanks.
I'm not sure I understand what the problem is. If you can send me a link and tell me exactly how to reproduce the problem.
The date picker component used is not yet part of jQuery Mobile: http://jquerymobile.com/demos/1.0a4.1... (it's a plug-in). We'll find out whether events can be bound programatically. We will also then look into adding the events to the builder.
Janick - the date picker plug-in that we use, the way it's designed there is no way to add (bind) events programatically right now. We will fix this in two steps. First, we will modify the JavaScript implementation - this will allow you to add events using JavaScript. Second, we will add these events to the builder (Events tab)
When do you add new events for the datepicker? Is this planned or already under development? At the moment, the datepicker is useless. For example, when I choose a date, "value changed" is not called.
It's planned and we are working on it...sorry for the delay.
+1 This is a critical feature to date picker with tiggzi.
We'll add this in the new builder, I marked it higher priority.