@Shaheena_Sheikh The problem which I was actually facing was that, clientlib containing jquery was loading after this script hence without jquery all $ functions were not working. By main category I meant the clientlib category were jquery is kept. You can check the sequence of scripts/clientlibs lo...
I'm using AEM 6.3 and after reading this I found out thatOn AEM 6.2 or above, this service uses a Service User for repository access. This user is configured with the expected permissions required, but additional permissions may be required if your repository design deviates from the expected struct...
So I have created this user in AEM 6.3 and I have specifically denied its replicate permission for content folder to see ho Request for Activation works. But all it does is removes the publish page option. There is no Request for activation open in the Page Information dropdown.What am I missing?
I created a validation for a dialog in AEM 6.3Following is the code of my validation.js(function($, window, document) { var registry = $(window).adaptTo("foundation-registry"); registry.register("foundation.validation.validator", { selector: "[data-validation=txt-validate]", vali...
I have a js function using $ in it.My function uses $get(). and works fine when this function is called from HTL but if I add the function in document.load $(document).load(function () {
alert("alert");
});then I get $ is not defined in console.Only the function which is called in HTL(Sightly) ...
I have create a custom RTE component with my own set of plugins in AEM 6.3. It works when used on a page.Now I have a requirement top use text component in dialog where I want reuse my RTE componentReferred this blog for using default text component.I tried to use my component by writing the below c...
I have created an hero image component in AEM 6.3 which is a baked in component in a template<template data-sly-template.content=""> <div data-sly-resource="${'hero-image' @resourceType='/apps/my-project/components/general/hero-image'}"></div> <div data-sly-resource="${'primaryLayout' @resourc...