Im using the package from the below link :http://experience-aem.blogspot.com/2019/04/aem-65-touch-ui-rte-rich-text-editor-structured-content-plugin-creating-tooltips.htmlI need another button to remove the tooltip of not needed. I updated the dialog in the page level. What updates should I make in t...
Im using the package from the below link :http://experience-aem.blogspot.com/2019/04/aem-65-touch-ui-rte-rich-text-editor-structured-content-plugin-creating-tooltips.htmlI noticed when my RTE has only 1 word and nothing else, like:trainingthen, if I apply a tooltip to the word and save the dialog.Ne...
will this be an expected behaviour?https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/rte-tooltip-application-issue/m-p/422806#M120428
The code fix present in the comment section of the blog didn't work for me. The problem was : On clicking the Create Tooltip button, another dialog opens to create tooltip.But, the code modified code fix which you provided does work for me. Thanks!
I am using AEM 6.5.I installed the package that i got from the link and it works just fine. But I noticed it keeps appending the modified data. For eg this was the value after 3 edits: <p><i>Lorem ipsum</i> is <span title="tooltip title1 : asdasfas" class="eaem-dotted-underline" data-content="{...
Im using the package from the below link :https://experience-aem.blogspot.com/2019/04/aem-65-touch-ui-rte-rich-text-editor-structured-content-plugin-creating-tooltips.htmlbut the only issue I'm seeing is that every time I update the value of the tooltip, the new value gets appended to the previous v...
In my Java model class I have the currentPage from which I'm trying to get the country. But it always gives empty/null value. I tried the following:currentPage.getLanguage() --> gives me the localelocale.getLanguage-->gives me the language of the localecurrentPage.getLanguage().getCountry()-->emptyc...
Hi, thanks for the answer. Will the above code give me the component node, irrespective of the depth (in which the comp is present)?Because if you see my question, the comp may not be directly present under the root.