Change the portal's language.
Searches for a parameter in a querystring.
Parameter to search for.
Querystring to search in (defaut is window.location).
Copying text to the clipboard.
Text to copy
Promise
Removes parameter from a querystring.
Querystring parameter.
Querystring to search in (defaut is window.location).
Removes parameter from an URL.
Transforms an array into a string.
|| is the separator where | as escaped with |0Force portal logout and opens the portal logout page.
Target page after successful relogin
Get base URL.
Path e.g. folder/file.vm.
Try to get the elements for the given key.
Returns the form for an element.
An element in the Document Object Model (DOM).
Returns an array of form elements.
Returns enclosing UpFuncPart (javascript representation of an Intrexx application page) for the passed element.
Returns a list of enclosing UpFuncPart (javascript representation of an Intrexx application page) for the passed element.
The search can be restricted to a certain area within the window.
Get a HTML element via ID or GUID from a specific context (defaults to document).
Gets the layout's directory.
Get value of a URL querystring parameter.
Querystring parameter.
Querystring to search in (defaut is window.location).
Get URL querystring parameters or false if none found.
Querystring to search in (defaut is window.location).
Returns the UpObject.
An element Guid, id or HTMLElement.
The UpControl like object for the first HTML element.
Unescapes a HTML removing traces of offending characters that could be wrongfully interpreted as markup. The following characters are reserved in HTML and must be replaced with their corresponding HTML entities:
" is replaced with "& is replaced with &< is replaced with <> is replaced with >Shall be replaced with space ( ).
Ecapes a string and converts traces of HTML characters that could be wrongfully interpreted as markup. The following characters are reserved in HTML and must be replaced with their corresponding HTML entities:
" is replaced with "& is replaced with &< is replaced with <> is replaced with >Shall space ( ) be replaced with .
Shall line break (\n) be replaced with <br>.
Returns true if test string is a GUID.
Returns true if object is an HTML element, else false.
Checks if the mouse is on the given element.
To check if mouse is on it.
Returns true if object is an SVG element, else false.
Returns true if an String|Array is undefined or empty, else false.
Returns true if an object is undefined or null, else false.
Merges two querystrings.
Pads a value with given padding lefthandsite.
Sets a specified querystring parameter with a given value to an URL-string that has to be passed to the URL.
Querystring parameter to change. Add parameter if not existing already.
The value for the (new) parameter.
Complete URI or parameter component part of an URI.
Disable hex encoding.
Separate parameter component part from the given URI.
Parameter component part without question mark.
Set and returns the UpObject or null.
Control info GUID, default is current element GUID.
Returns a table-record info object.
Reference to a HTML element
Splits a string to an array.
|| is used as separator, while |0 is unescaped to |
IxUtil provides several auxiliary functions for Intrexx.