Posts Tagged ‘ExtJs’

DateField Issues with ExtJs 2.1

Posted: 1st August 2008 by Adam Presley in Development, Javascript
Tags: , ,

I ran into an interesting problem tonight while working on one of my projects that just so happens to use a little bit of the ExtJs SDK. I had dropped an Ext.form.DateField onto a regular old HTML form for a bit of polish. When I started testing I began to notice strange behaviors when leaving [...]

Advanced Data Validation Using ExtJs

Posted: 8th May 2008 by Adam Presley in Development, Javascript
Tags: , ,

While working on my personal project tonight I finally got around to going over some of the new examples in the ExtJs documentation. In this case they are demonstrating having a form with a password field, and a confirmation password field, and how you can validate that the second password entered is the same as [...]