Searches for a parameter in a querystring.
Please use ix.util.containsParam instead!
Remove a cookie parameter.
Please use ix.cookie.deleteCookie instead!
Removes parameter from a querystring.
Optional
queryString: stringDefault: window.location
url
Please use ix.util.deleteParamFromQs instead!
Removes parameter from an url.
url
Please use ix.util.deleteParamFromUrl instead!
Transforms an Array to a string.
||
is the separator where |
as escaped with |0
.
Please use ix.util.doCharStuffing instead!
Get base url.
Optional
path: stringpath e.g. folder/file.vm
Please use ix.util.getBaseUrl instead!
Retrieve value of a cookie parameter.
Optional
fallback: stringPlease use ix.cookie.getValue instead!
Get the GUID or ID of functional part, where given element is part of, otherwise empty string.
Please use ix.util.getFuncPart instead!
Get value of a url querystring parameter.
Optional
queryString: stringDefault: window.location
Please use ix.util.getQsValue instead!
Get Object with url querystring parameters or false if none found.
Please use ix.util.getQsValues instead!
Get value of a url querystring parameter or false if none found.
Optional
url: stringDefault: window.location
Please use ix.util.getQsValue instead!
Get Object with url querystring parameters or false if none found.
Please use ix.util.getQsValues instead!
Decodes a hexadecimal to UTF-8-String.
Optional
value: stringPlease use ix.text.hexDecode instead!
Encodes an UTF-8-String to hexadicmal.
Optional
value: stringPlease use ix.text.hexEncode instead!
Encodes particular html characters.
Optional
insertNbsp: booleanShall " "
(space) with
be replaced. Default: false
Optional
insertBr: booleanShall \n
with <br>
be replaced. Default: false
Please use ix.util.htmlEncode instead!
Check, if cookies are enabled.
Please use navigator.cookieEnabled
instead (see Navigator - Web API)!
Merges two query-strings.
Optional
string1: stringDefault: ""
Optional
string2: stringDefault: ""
Please use ix.util.mergeQueryStrings instead!
Changes or adds a cookie parameter.
New cookie parameter or parameter to change.
Optional
value: stringOptional
expires: booleanShall expire 365 days from now.
Optional
timeOut: numberTime in ms to be added to current year. Overrides expires.
Please use ix.cookie.setValue instead!
Changes value of a url querystring parameter. Adds parameter, if not exists already.
Optional
value: stringDefault: ""
Optional
queryString: stringurl
Please use ix.util.setQsValue instead!
Changes value of a url querystring parameter.
Adds parameter, if not exists.
Optional
value: stringDefault: ""
Optional
url: stringDefault: window.location
url
Please use ix.util.setQsValue instead!
Trim left and right whitespaces from a string.
Please use String.prototype.trim() instead!
Splits a string to an Array.
||
is used as separator, while |0
is unescaped to |
.
Please use ix.util.undoCharStuffing instead!
Helper provides several auxiliary functions for Intrexx.
Deprecated
IMPORTANT: Please do not use these functions anymore since they will be removed in a future release. Use the corresponding functions given in the respective sections instead.
Replacement
Please refer to IxUtil as a replacement.