JsExtensions Class

Provides extension methods for interacting with JavaScript runtime (JS) to retrieve positioning and dimension data for elements on the page.

Definition

Namespace: MobileTrack.Web.Portal.Components.Dashboard.Internal
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
internal static class JsExtensions
Inheritance
Object    JsExtensions

Methods

GetDimensionAsync Asynchronously retrieves the dimensions (width and height) of a specified element.
GetPositionAsync Asynchronously retrieves the position (left and top offsets) of a specified element.

See Also