This content has been marked as final.
Show 5 replies
-
1. Re: Div ids are not persisting in rich text editor of CQ5.6
slammerkin1 Jun 24, 2013 1:37 PM (in response to Dinu_Arya)I'm also having this issue in 5.6. Would be nice to get an answer from support.
-
2. Re: Div ids are not persisting in rich text editor of CQ5.6
Jörg Hoh Jun 24, 2013 2:38 PM (in response to slammerkin1)If you want to have an answer from support, you should raise a Daycare ticket. Although support is quite active here, you should not expect an "official" answer from support in the forums.
Jörg
-
3. Re: Div ids are not persisting in rich text editor of CQ5.6
Dinu_Arya Jul 12, 2013 4:20 AM (in response to Jörg Hoh)Hi,
Try this to persist div ids in rich text editor in cq5.6
Create a folder structure similar to "/libs/cq/ui/rte/core/HtmlSerializer.js" in apps as "/apps/cq/ui/rte/core/HtmlSerializer.js". Make sure that the folder structure and node types are as same as in libs. Then set "idAttribMode" to "keep" in "_init" function of HtmlSerializer.js. It will work
Thanks,
Arya.
-
4. Re: Div ids are not persisting in rich text editor of CQ5.6
slammerkin1 Jul 24, 2013 10:33 AM (in response to Dinu_Arya)Thanks, Arya. That works!
-
5. Re: Div ids are not persisting in rich text editor of CQ5.6
Dinu_Arya Jul 25, 2013 3:49 AM (in response to slammerkin1)That's Great!


