Demo: File Browser widget using dojox.data.FileStore

The picker below uses the dojox.data.FileStore and a PHP implementation for the serverside to browse the dojo tree hierarchy in a lazy-load fashion.

This demo must be run from a web-server with PHP support enabled. Without PHP support, this demo cannot function.


Loading...
OKCancel
EXPERIMENTAL: dojox.widget.RollingList -- APIs subject to change without notice.
DEPRECATED: dojox.widget.FilePicker: dijit._Templated deprecated, use dijit._TemplatedMixin and if necessary dijit._WidgetsInTemplateMixin -- will be removed in version: 2.0
DEPRECATED: dojox.widget._RollingListGroupPane: dijit._Templated deprecated, use dijit._TemplatedMixin and if necessary dijit._WidgetsInTemplateMixin -- will be removed in version: 2.0
DEPRECATED: dojox.widget._RollingListGroupPane::attr() is deprecated. Use get() or set() instead, called from function(/*dijit._Widget*/ widget, /*int?*/ insertIndex){ // summary: // adds a child to this rolling list - if passed an insertIndex, // then all children from that index on will be removed and destroyed // before adding the child. if(insertIndex > 0){ this._removeAfter(insertIndex - 1); } this.inherited(arguments); if(!widget._started){ widget.startup(); } widget.attr("minWidth", this.minPaneWidth); this.layout(); if(!this._savedFocus){ widget.focus(); } } -- will be removed in version: 2.0