Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > web part property inheritance in template View modes: 
User avatar
Member
Member
marco-p - 8/23/2011 3:08:10 AM
   
web part property inheritance in template
Hi,
is it possible to break the inheritance for the value of a web part property in a page template?
while i'm creating a new page from a template I need to change a web part property without changing it in all other page with the same template.
I notice that in editableText web part that's something like this for the text, but only in the Edit page. Is it possible to have it also in the configuration form of the web part, with all other properties?

Thank in advance

User avatar
Member
Member
marco-p - 8/23/2011 4:59:15 AM
   
RE:web part property inheritance in template
in editableText web part there is only one component that can be saved not in the template. is it possible to have more that one item to be saved like this? like two different textbox in the same web parts?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 8/24/2011 1:56:22 AM
   
RE:web part property inheritance in template
Hi,

I am afraid but it is not possible. That would break the idea of the page templates. You have to create new page template or an ad-hoc template.

Regarding editable web parts - their content is being saved per document in CMS_Document table - DocumentContent table and it is a special "property" and also editable web parts are inheriting from a special class, different from other web parts. You can develop a fully custom web part and save its settings per document too - it is fully up to you.

Best regards,
Juraj Ondrus