Opened 12 years ago
Closed 12 years ago
#8126 closed enhancement (fixed)
dojox.widget.FilePicker: add in ability to specify picking directories only
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Widgets | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
The request is that the file picker have the ability to select only files, only directories, or both.
Attachments (1)
Change History (4)
comment:1 Changed 12 years ago by
Priority: | normal → high |
---|
Changed 12 years ago by
Attachment: | 8126_FilePickerDirectoryFile.patch added |
---|
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
In looking at it - the option to show directories only should be a query parameter to the store instead.
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch against trunk which addresses this issue. I will apply after documenting the dojox.widget.FilePicker? widget