InfoGlue CMS

Developers

IG ImageLinkSpecial component

Image with optional link

Code

Properties

Name Type Entity Multiple AssetBinding Allowed CTD Names Description
Image binding Content false true Image
LinkedPage binding SiteNode false false
URL textfield false false
LinkTitle textfield false false Text for the title attribute in the link tag
newWindow select false false Open the link in a new window?

Property XML

<?xml version=’1.0’ encoding=’UTF-8’?><properties><property name=’Image’ type=’binding’ entity=’Content’ multiple=’false’ assetBinding=’true’ allowedContentTypeDefinitionNames=’Image’ description=’’/><property name=’LinkedPage’ type=’binding’ entity=’SiteNode’ multiple=’false’ assetBinding=’false’ allowedContentTypeDefinitionNames=’’ description=’’/><property name=’URL’ type=’textfield’ entity=’’ multiple=’false’ assetBinding=’false’ allowedContentTypeDefinitionNames=’’ description=’’/><property name=’LinkTitle’ type=’textfield’ entity=’’ multiple=’false’ assetBinding=’false’ allowedContentTypeDefinitionNames=’’ description=’Text for the title attribute in the link tag’/><property name=’newWindow’ type=’select’ multiple=’false’ assetBinding=’false’ description=’Open the link in a new window?’><option name=’No’ value=’no’/><option name=’Yes’ value=’yes’/></property></properties>