Skip to content

limscoder/js-file-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/*
 * 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

About

Javascript file browser widget written with ExtJs, with included backend to talk to iRods repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published