Skip to content

toscawidgets/tw2.jqplugins.elfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tw2.jqplugins.elfinder

Author

Joseph Tate <jtate@dragonstrider.com>

tw2.jqplugins.elfinder is a toscawidgets2 (tw2) wrapper for elFinder.

Live Demo

Get the source from github.

PyPI page and bugs

Description

toscawidgets2 (tw2) aims to be a practical and useful widgets framework that helps people build interactive websites with compelling features, faster and easier. Widgets are re-usable web components that can include a template, server-side code and JavaScripts/CSS resources. The library aims to be: flexible, reliable, documented, performant, and as simple as possible.

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

elFinder is an open-source file manager for web, written in JavaScript using jQuery UI. It is inspired by Finder in Mac OS X.

The main goal of the file manager is to let you work with remote files with the same convenience as on your own computer.

This module, tw2.jqplugins.elfinder, provides toscawidgets2 (tw2) access to the elFinder widget.

Sampling tw2.jqplugins.elfinder in the WidgetBrowser

The best way to scope out tw2.jqplugins.elfinder is to load its widgets in the tw2.devtools WidgetBrowser. To see the source code that configures them, check out tw2.jqplugins.elfinder/tw2/jqplugins/elfinder/samples.py

To give it a try you'll need git, python, and virtualenvwrapper. Run:

$ git clone git://github.com/toscawidgets/tw2.jqplugins.elfinder.git
$ cd tw2.jqplugins.elfinder
$ mkvirtualenv tw2.jqplugins.elfinder
(tw2.jqplugins.elfinder) $ pip install tw2.devtools
(tw2.jqplugins.elfinder) $ python setup.py develop
(tw2.jqplugins.elfinder) $ paster tw2.browser

...and browse to http://localhost:8000/ to check it out.