我想在我的主页上以列视图共享文档,所以感觉就像在 Marlin 或 Finder 中浏览一样。我将如何开始使用 JavaScript 执行此操作?可能有任何 JS 库吗?尽管服务器支持 PHP5,但我无权访问任何服务器端编码。
问问题
2487 次
2 回答
1
You can use UI library. Alternatives with similar UI controls are Sencha, jQWidgets, KendoUI, Wijmo.
For example you can use the jqxMenu by jQWidgets.
The file browsing can be done using the File API but probably you'll need already defined list of files (the use of the File API will be for extra file information).
于 2012-11-21T17:46:00.747 回答
0
sencha 的人制作了一个可以模仿 Finder 风格/外观的破解库,在http://docs.sencha.com/ext-js/4-1/#!/example上查看他们的一些示例,但会需要一些服务器端编码来返回您希望显示的文件数据...
于 2012-11-21T17:38:56.203 回答