-
9 Nov 2011 8:22 AM #1
Answered: Is there a way to set up custom getter setter for model fields?
Answered: Is there a way to set up custom getter setter for model fields?
Is there a way to set up custom getter setter for model fields?
-
Best Answer Posted by tobiu
sure, you can add custom methods in your model definitions.
example:
Code:getFirstname : function() { return this.get('firstname');
-
9 Nov 2011 10:27 AM #2


Reply With Quote