PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
js_composer
/
assets
/
js
/
frontend_editor
/
shortcodes
/
content
(function ( $ ) { 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' ); }, render: function () { window.InlineShortcodeView_vc_column_text.__super__.render.call( this ); // Here return this; }, 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 } ); } } ); })( window.jQuery );
[+]
..
[-] vc_column_text.js
[edit]
[-] vc_toggle.js
[edit]
[-] vc_raw_js.js
[edit]
[-] vc_flickr.js
[edit]
[-] vc_posts_slider.js
[edit]