![]() | ![]() |
UpdatePanel Class [PHP]
Summary
Properties | Description | |
![]() | content | Get or set the HTML content of UpdatePanel |
Methods | Description | |
![]() | LoadXML | Create UpdatePanel with XML content. |
![]() | addTrigger | Add trigger for updating action. |
![]() | setLoading | Show the loading in UpdatePanel. |
Properties Detail
contentTop
string content
Create UpdatePanel with XML content. The input value may be string or XmlDocument.
Supported from version: 1.2.0.0
Methods Detail
LoadXMLTop
void LoadXML(string xml)
Create UpdatePanel with XML content. The input value may be string or XmlDocument.
Supported from version: 1.2.0.0
addTriggerTop
void addTrigger(string elementid, string event)
Add trigger for updating action.
Supported from version: 1.2.0.0
setLoadingTop
void setLoading(string image, [string backColor], [int opacity])
Show the loading in UpdatePanel.
Supported from version: 1.5.0.0
![]() | ![]() |