Control.Filebrowser - 文件浏览器控件


未知
跨平台
JavaScript

软件简介

Control.Filebrowser
是采用Mootools框架开发的文件浏览器控件。

使用代码:

Meteora.uses(‘Meteora.Filebrowser’);
Meteora.onStart(
function() {
new Filebrowser(
‘filebrowser-demo-div’,
// This is the server-side script that will
// feed the Meteora.Filebrowser widget with
// specially crafted JSON data.
‘/demo/ajax_filebrowser’
);
}
);