Hello, I am pretty new at mootools. But I have a problem with a calendar component. The class has some "options". And the calendar creates the object with specific options set. I want to change one of the option values after the object has already been created.
I did figure out that the class uses "this.setOptions(options)" in "initialize". So my question is how do you re initialize with the new option value? I figured this was my problem since I was able to change the option value but it would not take effect.
