Prompted by a conversation at: http://compositec1.codeplex.com/discussions/430310
Please could we have a new public function, that when you supply it with a PageId and PlaceHolderId, will output the HTML from the content block of another page?
This will allow users to duplicate content from one page/area of a website into another, without having to copy/paste every time the original page is edited.
Comments: ** Comment from web user: burningice **
Please could we have a new public function, that when you supply it with a PageId and PlaceHolderId, will output the HTML from the content block of another page?
This will allow users to duplicate content from one page/area of a website into another, without having to copy/paste every time the original page is edited.
Comments: ** Comment from web user: burningice **
You're right about the static method issues, my mistake. In my defense it was all written in notepad from memory :)
The GetPlaceholdersWidget really needs to be static though, that's why its just being ignored and no special widget is being set on your Input Parameter.