Re: [fw-general] Zend_Dojo Email validation, checkbox and Submit dojo form question- please?

2008-12-29 Thread vladimirn
There was a few members pointing that this wont work, and i dont have it worked yet. Any new ideas? drj201 wrote: I confirm this does not work using capture... I have the same problem. Thanks gerardroche wrote: vladimirn wrote: Alert you suggested me to make wont work as well

Re: [fw-general] Zend_Dojo Email validation, checkbox and Submit dojo form question- please?

2008-11-04 Thread drj201
I confirm this does not work using capture... I have the same problem. Thanks gerardroche wrote: vladimirn wrote: Alert you suggested me to make wont work as well :( phtml: ? $this-dojo()-javascriptCaptureStart() ? function validateForm() { var form = dijit.byId(signup);

Re: [fw-general] Zend_Dojo Email validation, checkbox and Submit dojo form question- please?

2008-11-03 Thread gerardroche
vladimirn wrote: Alert you suggested me to make wont work as well :( phtml: ? $this-dojo()-javascriptCaptureStart() ? function validateForm() { var form = dijit.byId(signup); if (!form.validate()) { alert(Invalid form); return false; } return true; }

Re: [fw-general] Zend_Dojo Email validation, checkbox and Submit dojo form question- please?

2008-09-12 Thread vladimirn
Dear Matthew, thanks for your help. I managed to prevent submiting form before all required fields are properly filled. Email: -addElement ( 'validationTextBox', 'email', array ('required' = true, 'label' = 'Email address', 'regExp' = '[EMAIL PROTECTED],4}\b', 'invalidMessage' = 'Please

[fw-general] Zend_Dojo Email validation, checkbox and Submit dojo form question- please?

2008-09-11 Thread vladimirn
Hello guys, I made my first Zend_dojo_form and I have 3 questions so far :) I've attached file with my signupController.php because its to long to be posted here. http://www.nabble.com/file/p19441003/signupController.php.txt signupController.php.txt Its .txt but you can see whats inside. I

Re: [fw-general] Zend_Dojo Email validation, checkbox and Submit dojo form question- please?

2008-09-11 Thread Matthew Weier O'Phinney
-- vladimirn [EMAIL PROTECTED] wrote (on Thursday, 11 September 2008, 02:52 PM -0700): I've attached file with my signupController.php because its to long to be posted here. http://www.nabble.com/file/p19441003/signupController.php.txt signupController.php.txt Its .txt but you can see whats