HOME


Mini Shell 1.0
DIR: /home/dhnidqcz/public_html/.tmp/plugins/yzOffice/static/
Upload File :
Current File : //home/dhnidqcz/public_html/.tmp/plugins/yzOffice/static/main.js
kodReady.push(function(){
	kodApp.add({
		name:"yzOffice",
		title:"{{LNG.yzOffice.meta.name}}",
		ext:"{{config.fileExt}}",
		sort:"{{config.fileSort}}",
		icon:'{{pluginHost}}static/images/icon.png',
		callback:function(path,ext){
			var url = '{{pluginApi}}&path='+core.pathCommon(path);
			if('window' == "{{config.openWith}}" && !core.isFileView() ){
				window.open(url);
			}else{
				core.openDialog(url,core.icon(ext),htmlEncode(core.pathThis(path)));
			}
		}
	});
});