Gets of sets Image Uploader layout.
$au.uploader({ //...other params... paneLayout: "TreePanes", //...other params... })
Type: String
The Image Uploader layout.
The following values are supported:
Value | Description |
---|---|
OnePane | Only the upload pane representing a list of user-selected files is displayed. Users can drag-and-drop necessary files from Windows Explorer, Finder, or any other graphic shell to this list. |
ThreePanes |
Three panes are displayed:
|
Default value is "TreePanes".
Keep in mind that Image Uploader is not designed to switch between layouts in run-time.