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

BaseControl.ManualRendering Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether the control should be created but not rendered.

Syntax

PHP
public function getManualRendering() {
}

public function setManualRendering($value) {
}

Property Value

Type: boolean

If true, the control is created but not rendered. If so, you can render the control by calling the uploader.writeHtml() or thumbnail.writeHtml() method. If false, the control is rendered right after creation.

Default value is false.

See Also

Reference