https://github.com/limscoder/js-file-browser
Javascript file browser widget written with ExtJs, with included backend to talk to iRods repository
https://github.com/limscoder/js-file-browser
Last synced: 6 months ago
JSON representation
Javascript file browser widget written with ExtJs, with included backend to talk to iRods repository
- Host: GitHub
- URL: https://github.com/limscoder/js-file-browser
- Owner: limscoder
- License: mit
- Created: 2011-04-14T16:40:41.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T23:08:37.000Z (about 11 years ago)
- Last Synced: 2025-01-12T11:49:21.331Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.1 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
/*
* Directory layout:
* extjs: symlink to specific version of ExtJS distribution
* ext-*: versioned ext distribution
* jsfb: js-file-browser source code
* data: Backend API code
* resources: CSS and images
* util: misc. functions
* widgets: UI code
* jsfb.js: application namespace setup.
* jsfb-built: js-file-browser build code/distribution
* index-built.html: example file browser for production
* index.html: example file browser for development
*
*/
/*
* -----jsfb.jsb2------
*
* This file describes the build setup, but does not allow comments :(
*
* Build tool can be run with the following command:
*
* FROM /src:
* java -jar ../builder/JSBuilder2.jar -p jsfb/jsfb.jsb2 -d jsfb-built
*
* Instructions can be found here: http://www.rahulsingla.com/blog/2010/12/extjs-custom-build-with-selected-components
*
* The 'JS File Browser' package contains all dependencies for this project.
*
* The following packages have been modified to eliminate un-needed code:
* -- Ext All No Core
* -- Ext All CSS No theme
*/
yo