Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Insert/Edit Media or image View modes: 
User avatar
Member
Member
adegiamb - 5/27/2011 5:37:33 AM
   
Insert/Edit Media or image
My content team is asking when using the insert/edit media or image feature is it possible to use the alternate text as a caption the appears below the image. for example:

<img src="/getmedia/....." />
<p>Alternate text of image.</p>

thanks

ADG

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 5/30/2011 5:09:09 AM
   
RE:Insert/Edit Media or image
Hello,

Regrettably, there is no native support for this feature. You would have to customize the web part which you are using to display the content to generate such a tag.

Best regards,
Boris Pocatko

User avatar
Member
Member
adegiamb - 5/30/2011 6:54:33 AM
   
RE:Insert/Edit Media or image
What User control should I change?

thanks

ADG

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 5/31/2011 4:01:30 AM
   
RE:Insert/Edit Media or image
Hello,

You can add your property in the CMSModules\Content\Controls\Dialogs\Properties\HTMLMediaProperties.ascx.cs file and generate the code according to the input.

Best regards,
Boris Pocatko