Backbone text view
view = new Backbone.TextView({
name: 'user_name',
placeholder: 'Please enter your username'
});
defaults:
name: 'input'
type: 'text'
label: ''
className: 'input-details'
defaultValue: ''
placeholder: ''
disabled: false
span: ''
Copyright (c) 2013 Jarvis Ao Ieong
Licensed under the MIT license.