Utilities Members
The Utilities type exposes the following members.
Methods
Name | Description | |
---|---|---|
DisplayConfirmMessage |
Displays a confirm message on a given page using flexygo.msg.confirm script.
|
|
DisplayErrorMessage |
Displays an error message on a given Page using flexygo.msg.error script.
|
|
DisplayWarningMessage |
Displays a warning message on a given Page using flexygo.msg.error script.
|
|
GetBrowserInfo |
Determines Browser Name and version.
|
|
GetEncodedQueryParams |
Gets the encoded query parameters and return A named value collection.
|
|
isMobile |
Determines whether the call is made form a mobile environment.
|
|
JSEscStr |
Escape JS special characters.
|
|
JSStrToObject |
Converts defaults string to Js object.
|
|
RedirectToAfter |
Redirects to a given path after n miliseconds.
|
|
TemplateButtonParser |
Parse Template to add default button string.
|