AEM RTE Bold plugin wraps text with “b” tag by default, but now “b” tag is not recommended so far and for accessibility also we need “Strong” tag. <b> is a style – we know what “bold” is supposed to look like. <strong> however is an indication of how something should be understood. “Strong” could […]
ACS Commons Package version 3.19.0 Available version for this servlet is 1.5.0. Purpose: Many web site designs demands consistency of images based on their use within components. For example, a panoramic spotlight may demand the image be 960 x 400, and bio picture must be 100 x 100 and greyscale. Some times we have […]
In this blog I am going to discuss how to create a custom sling resource type for the AEM Touch UI using a jQurey plugin. You can create a custom sling resource type that can be used in an AEM Touch UI component by using a JQuery plug-in. As, if you want to define a […]
The Problem You want to send an email to the admin for approval or rejection and after approval, page should be activate and send an email to the author of activation and workflow should be complete but if rejected than send an email to the initiator of rejection and workflow should not be completed until […]
In this blog, I will discuss about Dynamic Participant Step:1. What is the use of Dynamic Participant Step?2. How can we write Custom Dynamic Participant Step?3.How can we use Dynamic Participant Step?Use of Dynamic participant step:Workflow Dynamic Participant Step is used when the user or a group to perform an activity in that step is selected automatically […]
In this blog, I will discuss about dialog participant step: What is the use of dialog participant step? How can we create the dialog? How can we save the value of dialog? Where the value of dialog will be saved? Use of dialog participant step: Use of dialog participant Step to collect information from the […]
In this blog we will discuss about Goto Step: The Goto Step specifies the next step in the workflow model to execute, depending on the result of an ECMA script. If Script returns true, The Goto step completes and the workflow engine executes the specified step. If Script returns false, The Goto step completes and […]
In Adobe AEM, As we see that if we hit http://<host>:<port>/ by default it is redirected to Author: /project.html Publish: /content.html Did you think about that How it works? In this post, I will explain how it works and how we can change these URLs. If you go to http://<host>:<port>/system/console/configMgr and search for the Day CQ […]
In this post, I am going to explain “How will you reset your AEM password if you have forgotten your password.” The default password for administrator user admin is admin. If the password was changed to something else, to reset your password to admin you have to follow some steps which are mention below: Stop […]
In this blog, I am going to explain that how can we change the default admin password. Sometime my colleagues want to change the admin password so this post is very useful for those guys. To change the admin password we have to follow some steps which are given below: Open the welcome screen. (http://localhost:4502/projects.html). […]
Recent Comments