3
votes
4answers
2k views
Coding Dojo with IE and SSL
My application is using Dojo 1.1.1 on an SSL-only website. It is currently taking advantage of dijit.ProgressBar and a dijit.form.DateTextBox.
Everything works fabulous in Firefox 2&3, …
1
vote
Is there anyway to disable the client-side validation for dojo date text box?
I had a similar problem, where the ValidationTextBox met all my needs but it was necessary to disable the validation routines until after the user had first pressed Submit.
My solution was …
6
votes
Coding Dojo with IE and SSL
After reviewing the JavaScript sourcecode for Dijit, I thought it was likely the error results from an "insecure" refrence to a dynamically generated IFRAME. Note there are two versions of the scri …
