Tag Archives: extjs

ExtJs 4: password validation + random password button

This one is simple.

Posted in Programming | Tagged , | 1 Comment

ExtJs 4: dealing with messages (and errors) from an Ajax or REST proxy

When sending Ajax or REST requests, a proxy of ExtJs 4 typically expects a response with the following parameters: data, success and message. The message parameter is optional, but it may come in handy when you want to show the … Continue reading

Posted in Programming | Tagged , | 7 Comments

ExtJs 4: submit form on enter

It’s a shame that such a powerful framework as ExtJs 4 does not have this feature built-in.

Posted in Programming | Tagged , | 7 Comments

ExtJs 4 proxy calls ‘Create’ instead of ‘Update’

ExtJS 4: Proxy Calling ‘Create’ Instead of ‘Update’ When Saving Record. I thought I should promote the blog post which helped me tackle this small but annoying problem, which wasn’t even related to editable grid as I had thought initially.

Posted in Solutions | Tagged , | 1 Comment