Removing wrapper div in author & publisher view
Hi,
I was trying to remove wrapper div on components for a specific page types using following code.
getRequest().setAttribute(ComponentContext.BYPASS_COMPONENT_HANDLING_ON_INCLUDE_ATTRIBUTE, false);
It does remove the wrapper div but it also remove edit functionality on components. My requirement is to preserve edit functionality and remove wrapper div as well in both author and publish mode.
Anyone has any idea on how to achieve this or it's not possible because the reason for wrapper div is to enable editing on the same page?
Thanks & Regards,
Rachna