AJAXHelper Class |
Namespace: CMS.Helpers
public static class AJAXHelper
The AJAXHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | FIELD_CONTENT |
Content field index.
|
![]() ![]() | FIELD_ID |
ID field index.
|
![]() ![]() | FIELD_LENGTH |
Length field index.
|
![]() ![]() | FIELD_TYPE |
Type field index.
|
![]() ![]() | SEPARATOR |
Field separator.
|
Name | Description | |
---|---|---|
![]() ![]() | AjaxToolkitVersion |
Returns major verion of loaded ajaxtoolkit.
|
Name | Description | |
---|---|---|
![]() ![]() | BuildResponse |
Builds the response string from given response array.
|
![]() ![]() | EnsureURLPrefixes(ArrayList, String, String) |
Ensures that all local URLs have given prefix
|
![]() ![]() | EnsureURLPrefixes(String, String, String) |
Ensures that all local URLs have given prefix
|
![]() ![]() | EnsureURLPrefixes(ArrayList, String, String, URLHelperPathModifierHandler) |
Ensures that all local URLs have given prefix
|
![]() ![]() | EnsureURLPrefixes(String, String, String, URLHelperPathModifierHandler) |
Ensures that all local URLs have given prefix
|
![]() ![]() | GetNextField |
Gets the next field from the AJAX response (all text until next separator).
|
![]() ![]() | ParseResponse |
Parses the AJAX response returning the list of string arrays [length, type, id, content].
|
![]() ![]() | ResolveURLs(ArrayList, String) |
Resolves URLs in the response array content.
|
![]() ![]() | ResolveURLs(String, String) |
Resolves URLs in the response array content.
|
![]() ![]() | ResolveURLs(ArrayList, String, Boolean) |
Resolves URLs in the response array content.
|
![]() ![]() | ResolveURLs(String, String, Boolean) |
Resolves URLs in the response array content.
|