Solved | Community
Skip to main content

Solved

77280 Total posts
Log file for Dialog.xml

Dear Team,We have a custom text component in my AEM websites.Inside the listener we have customized our link functionality as below.        /* handle links (add attributes as specified by rules, remove links with invalid */                                                /* HREFs) */                                                if (com.isTag(dom, 'a')) {                                                    var href = com.getAttribute(dom, 'href');                                                    if (href) {                                                        if (this.htmlRules.links.validateHref(href)) {                                                            this.htmlRules.links.applyToObject(dom);                                                            return false;                                                        } else {                                                            this.markForRemoval(dom);                                                            ret

Badge winners

Show all badges