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

ClientEvents.PreRender Property

Gets or sets an array of PreRender event handlers.

Syntax

PHP Initialize
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

Manual