Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > New Transformation for Cloned Web Part View modes: 
User avatar
Member
Member
pt - 4/20/2011 7:41:02 AM
   
New Transformation for Cloned Web Part
Hi,
New user here. I've cloned the "latest news" web part and want to create a new transformation for that web part (based on the CMS.News.NewsPreviewWithSummary transformation). I'm already using the NewsPreviewWithSummary transformation elsewhere so I don't want to edit/save this transformation for my cloned web part. Is there a way to do what I want?
Many thanks,
Paul

User avatar
Member
Member
kentico_michal - 4/21/2011 2:32:45 AM
   
RE:New Transformation for Cloned Web Part
Hi Paul,

First of all, you do not need to clone a web part in order to be able to define transformation you want. You can create as many instances of one particular web part as you want and each of them can use different transformation.

In terms of creating a new transformation, you can do so in Site manager -> Development -> Document types -> edit CMS.News -> Transformations -> New transformation. Moreover, you can copy and paste the definition of NewsPreviewWithSummary transformation to the new one and modify it according to your needs.

If you need more information please visit following section of Developer's guide Document types and transformations

Best regards,
Michal Legen

User avatar
Member
Member
pt - 4/21/2011 7:07:23 AM
   
RE:New Transformation for Cloned Web Part
Excellent. Thank you very much for the reply and advice, Michal.