UpdatePanel Class [PHP]

Summary

Properties Description
content Get or set the HTML content of UpdatePanel
Methods Description
addTrigger Add trigger for updating action.
LoadXML Create UpdatePanel with XML content.
setLoading Show the loading in UpdatePanel.

Properties Detail

contentTop

string content

Create UpdatePanel with XML content. The input value may be string or XmlDocument.

Show/Hide Code

Supported from version: 1.2.0.0

Methods Detail

addTriggerTop

void addTrigger(string elementid, string event)

Add trigger for updating action.

Show/Hide Code

Supported from version: 1.2.0.0

LoadXMLTop

void LoadXML(string xml)

Create UpdatePanel with XML content. The input value may be string or XmlDocument.

Show/Hide Code

Supported from version: 1.2.0.0

setLoadingTop

void setLoading(string image, [string backColor], [int opacity])

Show the loading in UpdatePanel.

Show/Hide Code

Supported from version: 1.5.0.0