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

ThumbnailClientEvents.PreRender Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of PreRender event handlers.

Syntax

PHP
public function &getPreRender() {
}

public function setPreRender($value) {
}

Property Value

Type: array

The string containing the name of PreRender event handler or an array of handler names.

Remarks

This event fires before the writeHtml() or getHtml() method is executed.

See Also

Reference