Hey,
thanks for the syntax-update. not so good with that yet.
if i add this Event.Changed.js from the website, my code would look
like this: "inc_shift_start.addEvent('changeD', myOwnFunction )" ?
cause that doesn't do anything so far :)
On Sep 23, 6:48 pm, Fábio M. Costa <
fabiomco...@gmail.com> wrote:
> window.addEvent('domready', function() {
> inc_shift_start = new Calendar({ inc_shift_start: 'd-m-Y' }, {
> direction: 0,
> });
> inc_shift_start.addEvent('change', myOwnFunction );}
> );
>
> The code should be like this, without the '()'. You were adding the return
> value from your function to the change event stack, now the code does what
> you want.
>
> If it still doesnt work, you could read this:
http://www.meiocodigo.com/2009/08/13/new-changed-event/
>
> The event doenst fire when you change the value from the text input using
> javascript, which should be the case when you use the calendar.
>
> --
> Fábio Miranda Costa
> Solucione Sistemas
> Engenheiro de interface
>
> On Wed, Sep 23, 2009 at 12:46 PM, flat <
e...@samson-it.nl> wrote:
>