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
|