November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Joel showed how to render properties without using PropertyFor if you are using MVC that is:
http://joelabrahamsson.com/how-episervers-html-helper-propertyfor-works/
If you are using Webforms check out the documentation on how to add edit hints for proeprties:
http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-CMS/75/Rendering/Adding-edit-hints-without-using-Property-web-control/
Regards,
Tobias
Thanks for the reply Toni. I did not get on page edit to work with block name. Unfortunate I dont think this is possible either, atleast not at the moment.
I would like to use a shared blocks Name as well as date in the renderd block. Just as you would do with a regular PageData object.
Rendering is easy, (CurrentBlock as IContent).Name but how to make on page edit work?