this.setElement(this.template());\r
this.$el.modal({backdrop: 'static'});\r
this.$el.modal('show');\r
+ this.$('textarea').focus();\r
\r
},\r
onSave: function(e) {\r
},\r
toggleButtons: function(toggle) {\r
this.$('.btn, button').toggleClass('disabled', !toggle);\r
+ this.$('textarea').attr('disabled', !toggle);\r
this.actionsDisabled = !toggle;\r
}\r
});\r