Your IP : 172.28.240.42


Current Path : /var/www/html/clients/rebirth.e-nk.ru/engine/lib/external/tinymce/plugins/lseditor/js/
Upload File :
Current File : /var/www/html/clients/rebirth.e-nk.ru/engine/lib/external/tinymce/plugins/lseditor/js/video.js

var lsVideoDialog = {
	init : function() {
		
	},

	insert : function(value) {
		if (value!='') {
			tinyMCEPopup.editor.execCommand('mceInsertContent', false, value); 
		}
		tinyMCEPopup.close();
	}
};

tinyMCEPopup.onInit.add(lsVideoDialog.init, lsVideoDialog);