Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Anton 135 posts 186 karma points
    Jul 13, 2012 @ 20:05
    Anton
    0

    How I can get Image from uComponent ImageDropDown DataType?

  • Dan 1288 posts 3921 karma points c-trib
    Jul 16, 2012 @ 20:46
    Dan
    0

    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

     

Please Sign in or register to post replies

Write your reply to:

Draft