FB.XFBML.Host.registerCustomTag

Description

Register a custom element tag. This is not yet ready for widespread use.

Signature

registerCustomTag(String nameSpace,  String name,  Type implementationType)

Parameters

nameSpaceString

Namespace for the custom tag, e.g. "company"

nameString

Custom tag name

implementationTypeType

Type of the class that implements this custom tag