ExtJS 4 Form: Unique Field Value Validation Example (Server Validation)
Join the DZone community and get the full member experience.
Join For FreeToday’s example is an ExtJS 4 Form unique field value validation, done on the server side. Do you know when you are going to register in a new social network and you have to choose a username (and this username must be unique)? This is the case we are going to handle in this article.
I also implemented this example using Sencha Architect 2.
Final result:
Demo: http://loiane.com.br/sencha-extjs4-examples-architect/extras/UniqueFieldValidation/app.html
Source Code: https://github.com/loiane/sencha-extjs4-examples-architect/tree/master/extras/UniqueFieldValidation
Published at DZone with permission of Loiane Groner, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Introduction To Git
-
Auto-Scaling Kinesis Data Streams Applications on Kubernetes
-
Which Is Better for IoT: Azure RTOS or FreeRTOS?
-
What ChatGPT Needs Is Context
Comments