Try our conversational search powered by Generative AI!

Why can't I use "clickable image" in the Link Collection "Add Link" dialog window?

Vote:
 

I use Link Collection properties on various pages and in Dynamic Properties.  On some occasions, "Clickable Image" is not active -- when you go to add a link, it's disabled.  You cannot click the radio button, or put anything in the field.

Why is this?

(What makes this scarier is that I'm at the North American Partner Summit right now, with both Jens and Tobias.  Neither of them have a clue.)

#51485
Jun 09, 2011 23:56
Vote:
 

Hi Deane,

Unfortunately, we don't support clickable image function in LinkCollection properties. This function is only used for Link Dialog in HTML Editor. If you want it, you should extend the property or build another custom property.

#51487
Jun 10, 2011 4:59
Vote:
 

Deane, we had a clue, we just didn't wanna tell you ;)

Kidding aside, thanks for the answer Hiep! 

#51488
Jun 10, 2011 6:40
Vote:
 

Hiep, is there a special reason for not supporting it? A lot of customers thinks it's really annoying (and I developers too, cause we need to find other solutions for a really simple problem).

#51497
Jun 10, 2011 10:29
Vote:
 

I echo Erik's question -- why can't this be used?  It seems like such an arbitrary, weird limitation.

#51508
Jun 10, 2011 15:02
Vote:
 

Hi Deane and Erik,

If we insert a hyperlink with "clickable image", the data stored is:
<A title=SampleImage href="/Templates/Public/Pages/Page.aspx?id=4&amp;epslanguage=en">
<IMG alt="" src="/Global/LogoTypes/logo.png">
</A>

However, with LinkCollection property, we store it under below format
( root tag is <links> and the children tags are <a> ).
<links>
<a href="~/link/de628ce8b4424c43b0ebcc65c2074a4a.aspx">LinkItem1</a>
<a href="~/link/d8142e7c46c64b56bcde1107d0c6ff62.aspx">LinkItem2</a>
</links>
It's a list of LinkItem ( <a href></a> )
Therefore, if it's able to insert hyperlink with "clickable image", there're some problems when parsing this LinkCollection property.

However, I think we can raise this issue as a feature request.

 
#51513
Edited, Jun 10, 2011 18:56
Vote:
 

I second this feature request. I've tried extending the property in the past without much luck, and I haven't found anyone that has successfully done it.

At the very least, the dialog should be revised to remove confusion.

#52724
Aug 10, 2011 17:41
Vote:
 

I agree with previous contributors to this thread. Please remove the choice from the GUI if it is not supported, it just adds confusion.

#53236
Sep 02, 2011 9:01
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.