| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/Engineering/V2/components/com_jce/editor/extensions/browser/js/ |
Upload File : |
var WFFileBrowser=WFExtensions.add('FileBrowser',{settings:{},element:'',init:function(element,options){$.extend(true,this.settings,options);this.element=element;this._createBrowser()},_createBrowser:function(){$(this.element).MediaManager(this.settings)},getBaseDir:function(){return this._call('getBaseDir')},getCurrentDir:function(){return this._call('getCurrentDir')},getSelectedItems:function(key){return this._call('getSelectedItems',key)},refresh:function(){return this._call('refresh')},error:function(error){return this._call('error',error)},status:function(message,state){return this._call('setStatus',{message:message,state:state})},load:function(items){return this._call('load',items)},resize:function(fh){return this._call('resize',[null,fh])},startUpload:function(){return this._call('startUpload')},stopUpload:function(){return this._call('stopUpload')},setUploadStatus:function(message,state){return this._call('setUploadStatus',{message:message,state:state})},get:function(fn,args){return this._call(fn,args)},_call:function(fn,args){return $(this.element).MediaManager(fn,args)}});