Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
http://ucomponents.codeplex.com/wikipage?title=ImageDropDown&referringTitle=Documentation,
I want show Image
Hi Anton,
I've never used this datatype but it should be fairly straight forward to get working - you just need to find out what is actually being stored. Are you using xslt? If so, do something like this in your macro:
<xsl:copy-of select="$currentPage/yourPropertyAlias" />
(Where 'yourPropertyAlias' is the alias of the property on your document type which is using the dropdown datatype.)
From this you should be able to see what the property value is and figure out how to output it onto your page.
Dan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How I can get Image from uComponent ImageDropDown DataType?
http://ucomponents.codeplex.com/wikipage?title=ImageDropDown&referringTitle=Documentation,
I want show Image
Hi Anton,
I've never used this datatype but it should be fairly straight forward to get working - you just need to find out what is actually being stored. Are you using xslt? If so, do something like this in your macro:
<xsl:copy-of select="$currentPage/yourPropertyAlias" />
(Where 'yourPropertyAlias' is the alias of the property on your document type which is using the dropdown datatype.)
From this you should be able to see what the property value is and figure out how to output it onto your page.
Dan
is working on a reply...