engine/app/assets/javascripts/locomotive/views/editable_elements/short_text_view.js.coffee

14 lines
322 B
CoffeeScript
Raw Normal View History

Locomotive.Views.EditableElements ||= {}
class Locomotive.Views.EditableElements.ShortTextView extends Backbone.View
tagName: 'li'
className: 'text input html'
render: ->
$(@el).html(ich.editable_text_input(@model.toJSON()))
@$('textarea').tinymce window.Locomotive.tinyMCE.minimalSettings
return @