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
// feed the Meteora.Filebrowser widget with
// specially crafted JSON data.
'/demo/ajax_filebrowser'
);
}
);
评论