b0y-101 Mini Shell


Current Path : E:/www/instructor/test02/components/com_jce/editor/tiny_mce/
File Upload :
Current File : E:/www/instructor/test02/components/com_jce/editor/tiny_mce/tiny_mce_popup.js

/**
 * Copyright 2009, Moxiecode Systems AB
 * Released under LGPL License.
 * License: http://tinymce.moxiecode.com/license
 * Contributing: http://tinymce.moxiecode.com/contributing
**/
var tinymce,tinyMCE,tinyMCEPopup={init:function(){var win,self=this;win=this.getWin(),tinymce=tinyMCE=win.tinymce,this.editor=tinymce.EditorManager.activeEditor,this.params=this.editor.windowManager.params,this.features=this.editor.windowManager.features,this.dom=this.editor.windowManager.createInstance("tinymce.dom.DOMUtils",document,{ownEvents:!0,proxy:tinyMCEPopup._eventProxy}),this.dom.bind(window,"ready",this._onDOMLoaded,this),this.listeners=[],this.onInit={add:function(fn,scope){self.listeners.push({func:fn,scope:scope})}},this.isWindow=!1,this.id=this.getWindowArg("mce_window_id"),this.editor.windowManager.onOpen.dispatch(this.editor.windowManager,window)},getWin:function(){return!window.frameElement&&window.dialogArguments||opener||parent||top},getWindowArg:function(name,defaultValue){var value=this.params[name];return tinymce.is(value)?value:defaultValue},getParam:function(name,defaultValue){return this.editor.getParam(name,defaultValue)},getLang:function(name,defaultValue){return this.editor.getLang(name,defaultValue)},execCommand:function(cmd,ui,val,a){return a=a||{},a.skip_focus=1,this.restoreSelection(),this.editor.execCommand(cmd,ui,val,a)},resizeToInnerSize:function(){},storeSelection:function(){this.editor.windowManager.bookmark=tinyMCEPopup.editor.selection.getBookmark(1)},restoreSelection:function(){!this.isWindow&&tinymce.isIE&&this.editor.selection.moveToBookmark(this.editor.windowManager.bookmark)},pickColor:function(e,element_id){this.execCommand("mceColorPicker",!0,{color:document.getElementById(element_id).value,func:function(color){document.getElementById(element_id).value=color;try{document.getElementById(element_id).onchange()}catch(ex){}}})},openBrowser:function(args){tinyMCEPopup.restoreSelection(),this.editor.execCallback("file_browser_callback",args,window)},confirm:function(title,callback,scope){this.editor.windowManager.confirm(title,callback,scope,window)},alert:function(title,callback,scope){this.editor.windowManager.alert(title,callback,scope,window)},close:function(){this.editor&&(this.editor.windowManager.close(window),tinymce=tinyMCE=this.editor=this.params=this.dom=this.dom.doc=null)},_restoreSelection:function(e){e=e&&e.target,"INPUT"!=e.nodeName||"submit"!=e.type&&"button"!=e.type||tinyMCEPopup.restoreSelection()},_onDOMLoaded:function(){var editor=this.editor,dom=this.dom,title=document.title;document.body.style.display="",this.restoreSelection(),this.resizeToInnerSize(),this.isWindow?window.focus():editor.windowManager.setTitle(window,title),tinymce.isIE||this.isWindow||dom.bind(document,"focus",function(){editor.windowManager.focus(this.id)}),tinymce.each(this.listeners,function(o){o.func.call(o.scope,editor)}),window.focus()},_eventProxy:function(id){return function(evt){tinyMCEPopup.dom.events.callNativeHandler(id,evt)}}};tinyMCEPopup.init();

Copyright © 2019 by b0y-101