Skip to content

Instantly share code, notes, and snippets.

View hmohapatra1's full-sized avatar

Himanshu Mohapatra hmohapatra1

  • Dynpro India Pvt Ltd
  • Pune
View GitHub Profile
@elchele
elchele / record.js
Created February 21, 2015 03:03
Custom controller for automatically uppercasing last_name value when field loses focus
({
/* Author: Angel Magaña -- cheleguanaco@cheleguanaco.com
* File: ./custom/modules/<Module>/clients/base/views/record/record.js
*
* Custom RecordView controller for automatically converting
* last_name value to upper when focus is lost
*/
extendsFrom:'RecordView',