DekGenius.com
[ Team LiB ] Previous Section Next Section

ChtmlPhoneCallAdapter.NET 1.1

System.Web.UI.MobileControls.Adapters (system.web.mobile.dll)class

This adapter renders the System.Web.UI.MobileControls.PhoneCall control to cHTML by using a "tel:" URL on a device with telephony capability.

public class ChtmlPhoneCallAdapter : HtmlPhoneCallAdapter {
// Public Constructors
   public ChtmlPhoneCallAdapter( );
// Protected Instance Methods
   protected override void AddAttributes(HtmlMobileTextWriter writer);// overrides HtmlControlAdapter
}

Hierarchy

System.Object ControlAdapter(System.Web.UI.MobileControls.IControlAdapter) HtmlControlAdapter HtmlPhoneCallAdapter ChtmlPhoneCallAdapter

    [ Team LiB ] Previous Section Next Section