InfoGlue CMS

Developers

IG Image slideshow or flash module component

A very cool component which are able to present a slideshow based on bound images by javascript or display a flash.

The usage is pretty simple. Either you assign a couple of images you want the module to show a slideshow of or you assign a flash which it should play.

Code

Properties

Name Type Entity Multiple AssetBinding Allowed CTD Names Description
Headline textfield false false No description yet
Image binding Content true true No description yet
Flash binding Content false true No description yet
ReadMorePage binding SiteNode false false No description yet
Highlight article binding Content false true Article No description yet

Property XML

<?xml version=’1.0’ encoding=’UTF-8’?><properties><property name=’Headline’ type=’textfield’ entity=’’ multiple=’false’ assetBinding=’false’ allowedContentTypeDefinitionNames=’’ description=’No description yet’/><property name=’Image’ type=’binding’ entity=’Content’ multiple=’true’ assetBinding=’true’ allowedContentTypeDefinitionNames=’’ description=’No description yet’/><property name=’Flash’ type=’binding’ entity=’Content’ multiple=’false’ assetBinding=’true’ allowedContentTypeDefinitionNames=’’ description=’No description yet’/><property name=’ReadMorePage’ type=’binding’ entity=’SiteNode’ multiple=’false’ assetBinding=’false’ allowedContentTypeDefinitionNames=’’ description=’No description yet’/><property name=’Highlight article’ type=’binding’ entity=’Content’ multiple=’false’ assetBinding=’true’ allowedContentTypeDefinitionNames=’Article’ description=’No description yet’/></properties>