MobileTrack Nexus Documentation
C#
Show/Hide TOC
Js
Extensions 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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
C#
Copy
Request Example
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
Reference
MobileTrack.Web.Portal.Components.Dashboard.Internal Namespace
In This Article
Definition
Methods
See Also