Gets of sets ActiveX/Java Uploader layout.
$au.uploader({
//...other params...
paneLayout: "TreePanes",
//...other params...
})
Type: String
The ActiveX/Java 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 ActiveX/Java Uploader is not designed to switch between layouts in run-time.