Categories
Tags
apache apogee duet applescript bbedit benchmark bootcamp bsod canon caps lock directadmin extjs growl hardware headhunting highslide i18n idiocy illustrator increasing productivity iphone itunes javascript kaspersky internet security keyremap4macbook laserjet mac mac hardware mac mouse problems mac os mac software memory modx mod_auth mootools mouse pckeyboardhack printer screenshots skype starcraft ii steam videocard windows windows firewall yumRecent comments
- Modx Shit on MODx Evolution: removing spam links
- oxied on Word 2011: paste unformatted (plain) text with Cmd+V shortcut
- Julie Mountain on “Show in Finder” not working in Mountain Lion
- Dae on “Building boot caches” error when changing startup disk
- Cori on “Building boot caches” error when changing startup disk
Social networks
Tag Archives: extjs
ExtJs 4: password validation + random password button
This one is simple.
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
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.
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.