Refresh
methodsRefreshes the content of a Window from a remote URL or from the initially defined content template.
Passing
dataand non-GETrequests cannot be sent to aniframeas they require a form with atargetattribute.
Options for requesting data from the server. If omitted, the Window uses the content property that was supplied when the Window was created. Any specified options will be passed to jQuery.ajax().
The server URL that will be requested.
Indicates whether the Ajax request may use a previously cached response. By default, Ajax request caching is not used.
A JSON object which contains the data that will be passed to the server.
The HTTP request method (GET, POST).
A template that will be used for displaying the requested data.
Indicates whether the content will be fetched within an iframe or with AJAX, and rendered on the same page.
- Returns the Window object to support chaining.