ASPxClientUtils Members
In This Article
#Properties
Name | Description |
---|---|
agent static | Gets the user-agent string, which identifies the client browser and provides certain system details of the client computer. |
android |
Gets a value that specifies whether the application is run under the Android platform. |
browser |
Gets a value that specifies a client browser’s major version. |
browser |
Gets a value that specifies a client browser’s full version. |
chrome static | Gets a value that specifies whether the client browser is Google Chrome. |
firefox static | Gets a value that specifies whether the client browser is Firefox. |
firefox3 static | Obsolete. Gets a value that specifies whether the client browser is Firefox version 3. |
i |
Gets a value that specifies whether the application is run under an i |
mac |
Gets a value that specifies whether the application is run under a Mac |
mozilla static | Gets a value that specifies whether the client browser is Mozilla. |
ms |
Gets a value that specifies whether the client browser supports the Microsoft touch user interface. |
netscape static | Gets a value that specifies whether the client browser is Netscape. |
netscape |
Gets a value that specifies whether a client browser is based on Netscape. |
opera static | Gets a value that specifies whether the client browser is Opera. |
opera9 static | Obsolete. Gets a value that specifies whether the client browser is Opera version 9. |
safari static | Gets a value that specifies whether the client browser is Safari. |
safari3 static | Obsolete. Gets a value that specifies whether the client browser is Safari version 3. |
safari |
Obsolete. Gets a value that specifies whether the client browser is Safari, running under a Mac |
touch |
Gets a value that specifies whether the client browser supports touch. |
web |
Gets a value that specifies whether a client browser is based on Web |
web |
Gets a value that specifies whether the client browser supports the Web |
windows |
Gets a value that specifies whether the application is run under the Windows platform. |
#Methods
Name | Description |
---|---|
Add |
Adds the class name to the specified element on the page. |
Array |
Removes all items from the specified array object. |
Array |
Searches for the specified array item and returns the zero-based index of its first occurrence within the specified array object. |
Array |
Inserts the specified item into the specified array object. |
Array |
Removes the specified item from the specified array object. |
Array |
Removes an item at the specified index location from the specified array object. |
Attach |
Binds the specified function to a specific element’s event, so that the function gets called whenever the event fires on the element. |
Clear |
Clears any text selection made within the window’s client region. |
Delete |
Deletes a cookie with the specified name. |
Detach |
Unbinds the specified function from a specific element’s event, so that the function stops receiving notifications when the event fires. |
Get |
Gets the x-coordinate of the specified element’s top left corner relative to the client area of the window, excluding scroll bars. |
Get |
Gets the y-coordinate of the specified element’s top left corner relative to the client area of the window, excluding scroll bars. |
Get |
Returns a reference to the first element that has the specified ID in the parent HTML element specified. |
Get |
Returns a reference to the particular element that has the specified element name and is contained within the specified parent HTML element. |
Get |
Retrieves a cookie with the specified name. |
Get |
Gets the height of the window’s client region. |
Get |
Gets the width of the window’s client region. |
Get |
Returns the distance between the left edge of the document and the leftmost portion of the content currently visible in the window. |
Get |
Returns the distance between the top edge of the document and the topmost portion of the content currently visible in the window. |
Get |
Returns values of editors located in the specified container. |
Get |
Returns the object that fired the event. |
Get |
Gets the x-coordinate of the event-related mouse pointer position relative to an end-user’s screen. |
Get |
Gets the y-coordinate of the event-related mouse pointer position relative to an end-user’s screen. |
Get |
Gets a value indicating whether the object passed via the parent |
Get |
Gets the keyboard code for the specified event. |
Get |
Returns a reference to the specified HTML element’s first parent object whose class name matches the specified value. |
Get |
Returns a reference to the specified HTML element’s first parent object which has an ID that matches the specified value. |
Get |
Returns a reference to the specified HTML element’s first parent object whose element name matches the specified value. |
Get |
Returns a specifically generated code that uniquely identifies the combination of keys specified via the parameters. |
Get |
Returns a specifically generated code that uniquely identifies the pressed key combination, which is specified by the related HTML event. |
Is |
Gets a value that indicates whether the specified object exists on the client side. |
Is |
Gets a value that indicates whether the specified object is a function. |
Prevent |
Removes mouse capture from the specified event’s source object. |
Prevent |
Cancels the default action of the specified event. |
Prevent |
Cancels both the specified event’s default action and the event’s bubbling upon the hierarchy of event handlers. |
Remove |
Removes the class name attribute from the element. |
Send |
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user. |
Set |
Sets the x-coordinate of the specified element’s top left corner relative to the client area of the window, excluding scroll bars. |
Set |
Sets the y-coordinate of the specified element’s top left corner relative to the client area of the window, excluding scroll bars. |
Set |
Creates or updates the HTTP cookie for the response. |
Set |
Sets values to editors. |
String |
Returns a specifically generated code that uniquely identifies the combination of keys specified via the parameter. |
Toggle |
Adds or removes a class name to an element. |
Trim |
Trims all leading and trailing whitespaces from the string. |
Trim |
Trims all trailing whitespaces from the string. |
Trim |
Trims all leading whitespaces from the string. |
See Also