Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Blog Edit Panel View modes: 
User avatar
Member
Member
rdiepenbrock - 10/1/2009 10:54:24 AM
   
Blog Edit Panel
Is there a way to breakout the Edit Panel that is associated with the Edit Contribution web part?
The issue I am having is the edit form is too large for the page structure. I would like the link to open a new window if possible.

User avatar
Member
Member
kentico_pavelk - 10/8/2009 7:47:04 AM
   
RE:Blog Edit Panel
Hello,

You may modify the <your project>\CMSWebParts\UserContributions\EditContribution.ascx web part so it displays a new window with the editing form. In this window you may need to set EditForm.NodeID and EditForm.Action = "edit". There should be a button in this window that ensures the logic and saves the changes. You can inspire yourself with the code behind of the web part.


Best Regards,
Pavel Knotek