MConnection

From HTML5 Builder
Jump to: navigation, search

The MConnection component provides a textual representation of a mobile device’s cellular and WiFi connection information.

Client-side Features

DOM Elements

The component generates the following client-side DOM elements:

  • Wrapper (HTMLDivElement). Full web browser support. Access it with $("#ComponentName_outer").get()[0].
    • Main element (HTMLDivElement). Full web browser support. Access it with: $("#ComponentName").get()[0].

Client-side Events

Documented in the RPCL Reference.

Server-side Features

Properties, Methods and Events

Documented in the RPCL Reference.

Help Resources

Sample Applications

On the PhoneGapExamples folder inside the sample applications directory you will find a form showcasing the MConnection component.

Documentation