Update Partial Content
Syntax
Arguments
url
String
URI of the action whose content should be updated.
id
String
Identifier of the Page Section whose content should be updated.
Description
Loads data from the Server into the Page Section specified in the parameter “id” by sending an HTTPPUT request to the action of the URI specified in “url”. It should be used when the action of the URI updates data from the database.
Example
It will send a request to “main/partialupdate” along with the parameter of the action set to 1234 (specifying the data to be updated) and load the response into the Page Section by the id of “div-container-example” replacing the content that is currently displayed in that Page Section. The URI in the address bar stays the same.
Last updated