Skip to main content

Image Map

Comments

9 comments

  • Zendesk API User
    Author: thmarx - 7/25/2012 9:13

    Hi,

    $CMS_VALUE(AREA.link.ref)$ should do what you want.

    0
  • Zendesk API User
    Author: thmarx - 7/25/2012 9:21

    <map name="MAPNAME">

    $CMS_VALUE(st_imagemap.areasAsHtml)$

    </map>

    Would do most of the work for you.

    0
  • Zendesk API User
    Author: thmarx - 7/25/2012 10:05

    If you are using generic link editors have you configured the formula variables in the "Properties" tab of the link template?

    0
  • Zendesk API User
    Author: Leela - 7/25/2012 10:14

    Yes, i am using generilc link template, I have not set any formula variables in the properties of link template.

    How to do it?

    0
  • Zendesk API User
    Author: thmarx - 7/25/2012 10:18

    http://www.e-spirit.com/odfs42/en/vorlagenentwicklung/verweisvorlagen_1/generische_link_editoren/generischelinkeditoren.html?community

    the part "Properties" tab tells you what to do.

    0
  • Zendesk API User
    Author: Leela - 7/25/2012 10:40

    If your refering to the form variables in the Link templates, it is already set.

    i am unable to add image, sending via email

    0
  • Zendesk API User
    Author: thmarx - 7/25/2012 11:01

    This is my working example:

    LinkTemplate: the external url referes to the form field ref

    my pagetemplate: both versions works

    this works for me.

    0
  • Zendesk API User
    Author: Leela - 7/25/2012 11:20

    I am unable to choose eference for the extrernal URL, it displays only text field in the drop down.

    Can you send me the form and html code for the Link template.

    0
  • Zendesk API User
    Author: thmarx - 7/25/2012 11:31

    Ah. I see. If you are using FS_REFERENCE in your link formular you can access it this way $CMS_REF(AREA.link.sitestoreref)$. sitestoreref is the name of the form-field.

    change the href of the area tag to href="$CMS_REF(AREA.link.sitestoreref)$"

    0

Please sign in to leave a comment.