rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

Add support for telefone call #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See https://sourceforge.net/tracker/?
func=detail&aid=2780588&group_id=128886&atid=713151

Add support for telefone call links used on mobiles. 
[tel:..] -> ref="tel://..."
see http://en.wikipedia.org/wiki/URI_scheme

Original issue reported on code.google.com by axelclk@gmail.com on 25 Apr 2009 at 6:39

GoogleCodeExporter commented 8 years ago
I added some changes for this enhancement here:
http://code.google.com/p/gwtwiki/source/detail?r=273

and some simple tests:
http://code.google.com/p/gwtwiki/source/detail?r=274

Note you have to add something like this "static block" to your IWikiModel 
implementation to register the new URI scheme name:

static {
  ...

  ...
  Configuration.DEFAULT_CONFIGURATION.addUriScheme("tel");
}

Could you please review, if this works for you?

Original comment by axelclk@gmail.com on 27 Apr 2009 at 9:16

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 27 Apr 2009 at 9:23

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 1 Aug 2009 at 8:51