November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Episerver. i am planning to use equivalent feature of smartforms in episerver
I don't think there is an easy way to do this within episerver. When you say smart form I am guessing you want to hide the "editor mode" which allows in-context editing and display the "All Properties" view only?
Hi Kalyan,
The following code disables on-page editing view for ProductPage (example from Alloy):
[UIDescriptorRegistration] public class ProductPageUiDescriptor : UIDescriptor<ProductPage> { public ProductPageUiDescriptor() { AddDisabledView(CmsViewNames.OnPageEditView); DefaultView = CmsViewNames.AllPropertiesView; } }
Excellent this is exactly what we are looking for, Just checking Is there a way inline-editing feature can be disabled for specific group?
thanks
Kalyan
www.techbubbles.com
Hi Team
Is there any option available to disable inline page editing for CMSEditors ?
We only want to give page edit option using smarforms?
thanks
regards
Kalyan