Re: [fw-general] Checkbox and Dojo_foRM validation, please help if anyone know how

2008-10-19 Thread Themselves
Matthew Weier O'Phinney-3 wrote: > > -- Themselves <[EMAIL PROTECTED]> wrote > (on Wednesday, 08 October 2008, 02:12 AM -0700): >> >> I'm actually having the exact same problem as the OP with this one, >> except my >> code works just fine - I can validate the form no problem, I just can't >> g

Re: [fw-general] Checkbox and Dojo_foRM validation, please help if anyone know how

2008-10-08 Thread Matthew Weier O'Phinney
-- Themselves <[EMAIL PROTECTED]> wrote (on Wednesday, 08 October 2008, 02:12 AM -0700): > > I'm actually having the exact same problem as the OP with this one, except my > code works just fine - I can validate the form no problem, I just can't get > it to validate on a tab that loads behind the c

Re: [fw-general] Checkbox and Dojo_foRM validation, please help if anyone know how

2008-10-08 Thread Themselves
I'm actually having the exact same problem as the OP with this one, except my code works just fine - I can validate the form no problem, I just can't get it to validate on a tab that loads behind the currently selected one. I am lazy loading my tabs like: contentPane('new-record', '', array('t

Re: [fw-general] Checkbox and Dojo_foRM validation, please help if anyone know how

2008-10-01 Thread vladimirn
So, are we back from conference? :) vladimirn wrote: > > Ah :) > I would like i am there :) > Have a nice time :) > > Matthew Weier O'Phinney-3 wrote: >> >> -- vladimirn <[EMAIL PROTECTED]> wrote >> (on Wednesday, 17 September 2008, 08:11 AM -0700): >>> >>> Anyone? :( >> >> Sorry, a lot of u

Re: [fw-general] Checkbox and Dojo_foRM validation, please help if anyone know how

2008-09-17 Thread vladimirn
Ah :) I would like i am there :) Have a nice time :) Matthew Weier O'Phinney-3 wrote: > > -- vladimirn <[EMAIL PROTECTED]> wrote > (on Wednesday, 17 September 2008, 08:11 AM -0700): >> >> Anyone? :( > > Sorry, a lot of us are at ZendCon this week. ;) > >> >> >> vladimirn wrote: >> > >> > H

Re: [fw-general] Checkbox and Dojo_foRM validation, please help if anyone know how

2008-09-17 Thread Matthew Weier O'Phinney
-- vladimirn <[EMAIL PROTECTED]> wrote (on Wednesday, 17 September 2008, 08:11 AM -0700): > > Anyone? :( Sorry, a lot of us are at ZendCon this week. ;) > > > vladimirn wrote: > > > > Hello all, > > is anyone here able to help about form validation please? > > After pressing submit button exp

Re: [fw-general] Checkbox and Dojo_foRM validation, please help if anyone know how

2008-09-17 Thread vladimirn
Anyone? :( vladimirn wrote: > > Hello all, > is anyone here able to help about form validation please? > After pressing submit button expected behaviour is stopping form > submission if checkbox is not checked. > > I have a bunch of stuffs in my form. > So far, checkbox validation wont work.