NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Niels Larsen on January 20, 2011, 12:27:29 AM
-
Hi
I have this wizard-tab-form with a date field. If I add some options to the datepicker then the form dont behave.
If i change the wizard to a "normal" tab it works fine.
Have i missed something?
Regards Niels Larsen
-
Hi Niels,
Check out the
Customising the Date Lookup widget
« on: December 08, 2009, 12:19:06 am »
in the Share Knowledge Section of this forum.
Cheers,
Rene
-
Hi Rene
The problem is not the options. They are working fine. But if i change the type of my tab on my webform to a Wizard-type, the datepicker stops working.
Why it does not work and what I should do to solve the problem - I have no idea at all.
/Niels
-
If you run the page in FireFox, with FireBug (www.getfirebug.com) then do you see a JavaScript error?
cheers
Bruce
-
Hi Bruce
IE tells me that there is an error ( a missing } in position 101) in this line :
jQuery(function() {jQuery("#tab_privat_div").ntwiz({numberOfMonths: 3,showButtonPanel: trueactiveTab:0});});
This is the clarion code who generates some of the script : loc:options = Choose(loc:options='','',clip(loc:options) & ',') & 'numberOfMonths: 3,showButtonPanel: true'
Any clue??
/Niels
-
Hi Niels,
Which version of IE are you using?
Do you get the same error if you browse in FireFox with Firebug?
I have found a JavaScript error in 5.13 which only appears in IE7 - that's fixed in 5.14. That may or may not be related to your issue, hard to say. I'm not able to duplicate the problem here - can you maybe duplicate there in an example to send me?
Cheers
Bruce
-
Nevermind, I figured it out - fixed in 5.14
cheers
Bruce