Not a developer? Go to MovableType.com

Documentation

AssetLink

Returns HTML anchor tag for the asset in context. For example, if the URL of the asset is http://example.com/image.jpg, the tag returns <a href="http://example.com/image.jpg">image.jpg</a>.

Attributes:

  • new_window (optional; default "0")

    Specifies if the tag generates 'target="_blank"' attribute to the anchor tag.

Example:

    <$mt:AssetLink$>
Back