Hi guys,
I have an issue with rich text editor. Lets say I have rich text editor and I want to set initial value for it using crx de. I set the value of property text to <a href='someAddress'>...</a> using single quotation mark for attribute value. Then I see the result and the link pointing to the correct address. Then I switch to editor mode, edit text and save it - tag a is still here but without href attribute. But if I use double quotes like <a href="someAddress">...</a> everything works fine. Is it expected behaviour? Bug? The version of AEM is 5.6.
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Please file daycare & looks like a bug.
Views
Replies
Total Likes
You can find the code for CQ components under /Libs in CRXDE Lite, as shown in this illustration:
[img]libs.png[/img]
As a matter of fact - when writing your own components - Adobe encourages developers to copy the source code under libs and them modify the code. This is shown in this topic:
http://dev.day.com/docs/en/cq/current/getting_started/first_steps_for_developers.html
Of course -- you can look at the code to better understand how CQ works.
Views
Replies
Total Likes
Alternatively does someone know if the source code of components is available somewhere?
Views
Replies
Total Likes
Please file daycare & looks like a bug.
Views
Replies
Total Likes