Quantcast
Browsing all 35 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

[COMBO BOX/SELECTION/DROPDOWN LIST] CQ5 multiselect combobox

Issue:Create a multiselect combobox in CQ.Layout:Widget file (multiselectlist.js):if ('function' !== typeof RegExp.escape) {   RegExp.escape = function(s) {       if ('string' !== typeof s) {...

View Article


[RICHTEXT] Prevent richtext to remove id attribute in a DIV

Issue:Id attribute of Div tag is stripped in Rich text component. How do we handled this. Any help regarding this appreciated?Solution 1 (before CQ5.6):Setting property idAttribMode (on htmlRules ->...

View Article


Image may be NSFW.
Clik here to view.

[CQ/AEM] Introduction

CQ IntroductionIntroduction Day’s CQ5 platform allows you to build compelling content-centric applications that combine Web Content Management, Workflow Management, Digital Asset Management and Social...

View Article

Image may be NSFW.
Clik here to view.

[CONFIGURATION] Configure the dispatcher for CQ

Go to https://www.adobeaemcloud.com/content/companies/public/adobe/dispatcher/dispatcher.htmlDownload the dispatcher corresponding to apache2 version.Here we downloaded file...

View Article

Image may be NSFW.
Clik here to view.

[CONFIGURATION] Configures the Resource Resolver for request URL and resource...

Issue:Remove context part of URL, such as "/content".

View Article


[DIALOG] Hide/Show panel with tabpanel

How to hide/show a tab on a dialog base on an event of item?Resolution:In the sample code, we add a listener to listen ‘change’ event for checkbox.<listeners...

View Article

[DIALOG] REUSING TABS OR FIELDS FROM AN EXISTING DIALOG WITH CQINCLUDE

How to reuse existing dialog elements in other dialogsGiven that we have a dialog:<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0"...

View Article

[RICHTEXT] How to process richtext value before it is submitted, richtext...

The richtext will automatic add a spacing in a empty tag.Given that, if we input:<div class="content border-b"><div class="thumbnail"><span...

View Article


[WIDGET] Group many fields on dialog

Group many fields on dialog of widgetvar linkDialogCfg = {                               "ok" : okHandler,                                       "id" : CQ.Util.createId("cq-linkdialog"),...

View Article


[WIDGET] Create dialog with multi tab for widget

Create a dialog with multi tab for widgetvar linkDialogCfg = {                              "ok" : okHandler,                                       "id" : CQ.Util.createId("cq-linkdialog"),...

View Article

[CQ ADMIN] Overriding the default damadmin or siteadmin pages in CQ5

Overriding the default damadmin or siteadmin pages in CQ5Overriding foundation content in CQ5 was made fairly easy by our friends on the Adobe CQ team.  In the vastmajority of cases, we can just...

View Article

Image may be NSFW.
Clik here to view.

[COMPONENT] Maintaining Visibility of CQ Editables (Overwrite Editbar)

Maintaining Visibility of CQ EditablesContent elements such as multi-tab content controls and collapsible content sections are prevalent on modern websites.  In an Adobe CQ5 authoring environment, a...

View Article

[PERFORMANCE] Adobe WEM/CQ performance tuning

Adobe WEM/CQ performance tuningContentsCaching-related configurationsCRX Bundle cacheCRX Search index handler (Lucene) cacheTar PM index cacheScalabilityMaintenanceOptimizing Tar Files (for Tar...

View Article


Image may be NSFW.
Clik here to view.

[WCM] AEM CQ 561 - Add a button to Sidekick Bottom Toolbar

ProblemAdd a button for viewing the page in wcmmode disabled. Here, on clicking the button added to sidekick bottom toolbar (beside Edit button), allows the user to view page in wcm disabled...

View Article

[MAVEN] Using Maven to Create and Install CQ5 Package

Creating components using CRXDE and CRXDE Lite can be frustrating. Both are buggy and are different environments than what you are use to working with. You can use Maven to create a package that it can...

View Article


[COMPILE] CQ doen't compile JSP after we modify in CRX / compiled jsp files

Problem:CQ doen't compile JSP after we modify in CRX.Solution:We have experienced similiar issues when deploying code with packages. We solved the caching issue by doing the following:1. Deleted...

View Article

Image may be NSFW.
Clik here to view.

[CQ Embedded Form] Route to different pages after submit on CQ embedded form

IssueIn CQ you have the form functionality available that allows you to create a form on a page, for each form you can specify a “thank you” page that will be displayed when the form is submitted.In...

View Article


[CQ Embedded Form] Add an approach for server side validation in Cq5 to use...

IssueWhile working with cq5 forms you would need to do some validations at server side end. These validations can be very generic like character only validation or may be complex business scenarios....

View Article

Image may be NSFW.
Clik here to view.

[CQ6-SYSTEM] MAINTAINING THE REPOSITORY - Reduce repository size

Compacting Tar FilesAs data is never overwritten in a tar file, the disk usage increases even when only updating existing data. To make up for the growing size of the repository, AEM employs a garbage...

View Article

[DATABASE] USE DATASOURCEPOOL WITHIN OSGI BUNDLE TO CONNECT MYSQL

Goal:Create a CQ/AEM project to connect mysql by Create project:mvn archetype:generate \   -DarchetypeRepository=http://repo.adobe.com/nexus/content/groups/public/ \...

View Article
Browsing all 35 articles
Browse latest View live