tridion2009

Is there a way to pass a variable through when calling RenderComponentPresentation? [duplicate]

对着背影说爱祢 提交于 2019-12-06 20:56:42
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Variable setting in Dreamweaver template in SDL Tridion We use RenderComponentPresentation (on Tridion 2009) to render internal and external links so that the code base is in only one Dreamweaver template. It would be helpful if we could pass through an optional CSS Class to use when rendering the link. Any ideas how this could be done? 回答1: It is possible to set a value in the RenderContext and then retrieve it

Tridion 2011 - Filtering XSLT on Formatting Feature window

£可爱£侵袭症+ 提交于 2019-12-05 13:20:36
Currently we are doing Tridion upgrade from 2009 to 2011. I see a strange problem and want to know why it is been updated differently. My Problem: On many of Schema's, we have our own filtering XSLT for content fields (that is, Rich Text Fields). Example: <xsl:stylesheet ... > ... ... ... </xsl:stylesheet> After upgrade to Tridion 2011, I see schema's are updated with the below format <stylesheet... > ... ... ... </stylesheet> Due to this, on the components rich text fields are not appearing. Please let me know the reason behind this behavior. How to fix this problem? I have already fixed this

how to pass embedded schemas as drop down for the content schema in SDL Tridion 2011 SP1

无人久伴 提交于 2019-12-05 13:08:27
I am trying to create a schema in SDL Tridion to satisfy these requirements. I have two main fields: ABCD, which has one sub field as "XYZ" AAAA, which has two sub fields namely "Name" and "Value" Both main fields are repeatable and and should be movable. Example patterns may look as per requirement: ABCD----AAAA----ABCD---AAAA AAAA----ABCD----ABCD----AAAA The main fields AAAA and ABCD should be moved from one to another. Say if I create a component with the created schema and the first main fields as "AAAA" and second field as "ABCD", then I should be able to move ABCD above the AAAA. I have

Is there a way to pass a variable through when calling RenderComponentPresentation? [duplicate]

折月煮酒 提交于 2019-12-05 01:01:49
This question already has answers here : Closed 7 years ago . Possible Duplicate: Variable setting in Dreamweaver template in SDL Tridion We use RenderComponentPresentation (on Tridion 2009) to render internal and external links so that the code base is in only one Dreamweaver template. It would be helpful if we could pass through an optional CSS Class to use when rendering the link. Any ideas how this could be done? It is possible to set a value in the RenderContext and then retrieve it in the second Dreamweaver template. Before calling RenderComponentPresentation set a render context value