This documentation is for the old version. Go to the latest Upload Suite docs

Uploader.PaneLayout Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets of sets Image Uploader layout.

Syntax

PHP
public function getPaneLayout() {
}

public function setPaneLayout($value) {
}

Property Value

Type: string

The Image Uploader layout.

The following values are supported:

ValueDescription
OnePaneOnly 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:

  • Tree pane - is the folder tree allowing users to navigate their file system.
  • Folder pane - displays the content of the currently selected folder.
  • Upload pane - contains files ready to be uploaded.

Default value is "TreePanes".

Remarks

Keep in mind that Image Uploader is not designed to switch between layouts in run-time.

See Also

Reference

Manual