[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
ppmi
/
assets
/
js
/
libs
/
ckeditor
/
samples
/
love
/
class
/
plugins
/
yzOffice
/
static
/
[
Home
]
File: 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))); } } }); });