Control.Filebrowser 介绍
Control.Filebrowser
是采用Mootools框架开发的文件浏览器控件。
使用代码:
Meteora.uses(‘Meteora.Filebrowser’);
Meteora.onStart(
function() {
new Filebrowser(
‘filebrowser-demo-div’,
// This is the server-side script that will
// @R_502_5646@ the Meteora.Filebrowser widget with
// specially crafted JSON data.
‘/demo/ajax_filebrowser’
);
}
);
Control.Filebrowser 官网
http://meteora.astrata.com.mx/pages/demo/meteora-filebrowser