Welcome Guest Search | Active Topics | Members | Log In | Register

How to make phone numbers clickable Options
jungjae
Posted: Thursday, August 12, 2010 3:55:48 PM
Rank: Member

Joined: 8/12/2010
Posts: 1
Points: 3
Hello,

It looks like there is a way to configure the base plugin to make phone numbers and url's clickable.

Is there a way for us to do the same with the custom Mobile Entree apps built using the API?

thanks,

JJ
joe
Posted: Thursday, August 12, 2010 4:02:35 PM

Rank: ME Staff

Joined: 1/12/2009
Posts: 261
Points: 354
Location: VA
Yes, it is by prefixing a link with "tel:". You can use the following as a guide:

EntreeListItemDetailHyperlink theLink = myGroup.AddListItem<EntreeListItemDetailHyperlink>();
theLink.Name = "Phone Number";
theLink.Text = "Click here to Dial";
theLink.Href = "tel:" + ThePhoneNumber

-joe
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.