HOME


Mini Shell 1.0
DIR: /home/dhnidqcz/public_html/.tmp/plugins/webodf/static/
Upload File :
Current File : /home/dhnidqcz/public_html/.tmp/plugins/webodf/static/main.js
kodReady.push(function(){
	if( !$.supportCanvas() ){
		return;
	}
	kodApp.add({
		name:"webodfView",
		title:"Opendocument Viewer",
		ext:"{{config.fileExt}}",
		sort:"{{config.fileSort}}",
		icon:'x-item-file x-odt',
		callback:function(path,ext){
			var url = '{{pluginApi}}&path='+core.pathCommon(path)+'#locale='+G.lang;
			if('window' == "{{config.openWith}}"  && !core.isFileView() ){
				window.open(url);
			}else{
				core.openDialog(url,core.icon(ext),htmlEncode(core.pathThis(path)));
			}
		}
	});
});