The Common type exposes the following members.

Methods

  Name Description
Public method Static member ClearPendingTimeout
Clears pending timeout by timer ID.
Public method Static member ClearTransition
Clears the transition.
Public method Static member FindComponent
Finds the component.
Public method Static member GetClientHandlerFromPropertiesState
Gets the client handler from server properties state hash.
Public method Static member GetCurrentStyle
Returns current computed style value of the DOM element given by parameter element for attribute given parameter attribute.
Public method Static member GetElementByCssClass
Gets the element that contains css class specified by parameter className, starting search from element given by parameter element(including).
Public method Static member GetElementByCssClassRecur
Gets the element by CSS class using recursive search in all childs.
Public method Static member getobjectdebugstring
Use this method to get string with all available keys and its values in object o. Use this method only when DEBUG is defined.
Public method Static member GetRotate
Gets the WebKit transform rotate value in degrees.
Public method Static member GetScale
Gets the WebKit transform scale value.
Public method Static member GetTranslateX
Gets the WebKit transform translate X value.
Public method Static member GetTranslateY
Gets the translate Y.
Public method Static member IsVisible
Indicates is DOM element actually visible.
Public method Static member ListenTransitionEndOnce
Listen for web-kit transition or animation end event.
Public method Static member ListenVisibleState
Listen visible state.
Public method Static member notifyOrientationChanged
Notify iPhone controls that browser's window size changed.
Public method Static member NotifyVisibleState
Notify sender's listeners what visible state changed.
Public method Static member outputdebugerrorstring
Use this method to output debug error message only when DEBUG is defined.
Public method Static member outputdebugstring
Use this method to output debug message only when DEBUG is defined.
Public method Static member outputtimeinformation
Public method Static member PlayFadeInAnimation
Plays the fade in animation.
Public method Static member PlayFadeOutAnimation
Plays the fade out animation.
Public method Static member PlaySlideAnimation
Plays the slide animation.
Public method Static member SetTranslateX
Sets the translate X.
Public method Static member SetTranslateY
Sets the translate Y.
Public method Static member SetupTransition
Setups the transition.
Public method Static member SetupTransitionTransform
Setups the transition transform.
Public method Static member SetVisible
Set DOM element visibility.
Public method Static member storestarttimepoint
Public method Static member storetimepoint
Public method Static member StringIsNullOrEmpty
Test if given by parameter string is null or empty.
Public method Static member TestIsNull
Test if object is null.
Public method Static member UnListenVisibleState
UnListen visible state.

Fields

  Name Description
Public field Static member AreTouchEventsSupported
Are Touch Events supported.
Public field Static member AreTransformsSupported
Are Transforms supported.
Public field Static member IsIPhoneMode
Is iPhone mode.
Public field Static member IsWebKitEnabled
Is browser webkit enabled.

Properties

  Name Description
Public property Static member DeviceHeight
Gets the height of the device in pixels.
Public property Static member DeviceWidth
Gets the width of the device in pixels.
Public property Static member IsFullScreenMode
Gets a value indicating determine whether a webpage is displayed in full-screen mode.
Public property Static member IsPortraitOrientation
Gets a value indicating whether iPhone is in portrait orientation.

Events

  Name Description
Public event Static member OrientationChanged
Occurs when iPhone orientation changed.

See Also