Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
js_composer
/
assets
/
js
/
frontend_editor
/
shortcodes
/
content
:
vc_column_text.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
(function () { 'use strict'; window.InlineShortcodeView_vc_column_text = window.InlineShortcodeView.extend( { initialize: function ( options ) { window.InlineShortcodeView_vc_column_text.__super__.initialize.call( this, options ); _.bindAll( this, 'setupEditor', 'updateContent' ); }, setupEditor: function ( ed ) { ed.on( 'keyup', this.updateContent ); }, updateContent: function () { var params = this.model.get( 'params' ); params.content = tinyMCE.activeEditor.getContent(); this.model.save( { params: params }, { silent: true } ); } } ); })();