Quantcast
Viewing all articles
Browse latest Browse all 10

How to convert a Sencha ExtJS textfield to uppercase on the textfield blur event

How to convert a Sencha ExtJS textfield to uppercase on the textfield blur event

This brief Sencha tutorial shows how to convert the text in a Sencha ExtJS textfield to uppercase on the textfield blur event. I use this technique on the symbol field in a form where I let users enter stock symbols, such as “AAPL”, “GOOG”, etc.

First, the symbol field in my StockForm.js view component is defined like this:


Viewing all articles
Browse latest Browse all 10

Trending Articles