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 1250 posts 3747 karma points admin 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

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies