Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

arunpatidar
arunpatidar
Online

Badges

Badges
57

Accepted Solutions

Accepted Solutions
1211

Likes Received

Likes Received
2755

Posts

Posts
4263

Discussions

Discussions
1043

Questions

Questions
3223

Ideas

Ideas
26

Blog Posts

Blog Posts
9
Top badges earned by arunpatidar
Customize the badges you want to showcase on your profile
Re: Rich Text Editor - Touch UI-Rollover labels for some buttons not proper - Adobe Experience Manager 08-05-2018
We got an update on this from adobe support team:This is a known issue (i18 keys missing for RTE styles and para format plugins) being tracked via CQ-4228458 and this is fixed in AEM 6.4 via CQ-4213287.

Views

953

Likes

2

Replies

0
Re: How to get cq:lastModified in jcr:content from HTL? - Adobe Experience Manager 25-04-2019
Hi,You can directly use date in the page using below${'MM/dd/yyyy HH:mma' @ format=currentPage.lastModified}Or You can use Java. Please check below :HTL Date Formatting

Views

3.0K

Like

1

Replies

0
Re: How to generate title into a class? - Adobe Experience Manager 27-09-2018
Hi,To format text/content apart from predefined HTL formats, you need to use Java or JS Use API.

Views

783

Likes

0

Replies

0
Re: Switching from Coral UI3 to Coral UI2 in RTE - Adobe Experience Manager 28-11-2018
I raised a daycare ticket - and the Adobe team acknowledged the issue. This is going to be fixed in the CFP2 estimated to be available in January 2019 release. Workaround - flickering does not happen on full screen mode of the authoring dialog.

Views

1.7K

Like

1

Replies

0
Re: AEM SAML Configuration in code repository - Adobe Experience Manager 19-08-2019
Hi Pankaj,Thanks for the detailed reply. I was able to register the config from code using the method you described above. You can mark your response as the correct answer.Thanks,Kunal

Views

1.9K

Like

1

Replies

0
Re: How to pass an object/variable to another file (using data-sly-include)? - Adobe Experience Manager 14-06-2019
Hi,Did you tried like below

Views

4.2K

Likes

0

Replies

0
Re: Issues with custom columns in listview for AEM 6.3 on /aem/products.html/ - Adobe Experience Manager 01-11-2018
luke.grover​Below code using javascript, is functional and tested. It avoids the scenario of overlaying concept, which is generally not preferred because of newer version issue.Prerequisite:1. One should have the servlet ready to give required json response of the properties of asset node/or jcr:content/or metadata2. overlay the node from libs: /libs/dam/gui/content/commons/availablecolumns in apps3. create/add required node under this overlayed node under apps (Note: If someone does not want ,n...

Views

1.9K

Likes

0

Replies

0
Re: Touch UI listeners - Adobe Experience Manager 07-12-2018
Hi,Please find similar articlesFor Coral2 type - Adobe Experience Manager Help | Dynamically modifying an Adobe Experience Manager Touch UI Dialog For Coral3/Granite type - https://techrevel.blog/tag/showhide/

Views

822

Likes

0

Replies

0
Re: OSGI configuration with multi-field option - Adobe Experience Manager 11-08-2018
Hi,Yes did it right to get value from config to lineStatusCode array, but you can't captures those values in log like that you need to change your code a bit e.g.protected final void activate(final Configuration config) { this.configuration = config; lineStatusCode = config.lineStatus(); LOG.info("[*** AEM ConfigurationService" + java.util.Arrays.toString(lineStatusCode)); }ThanksArun

Views

3.0K

Likes

0

Replies

0
Re: Dynamically populate selection dropdown in AEM6.2 - Adobe Experience Manager 18-06-2019
Hi,Below is sample js which populate second dropdown with child pages values based on pathbrowser values in first field.You can modify the code to listen events on first dropdown aem63app-repo/dynamic-dropdown.js at master · arunpatidar02/aem63app-repo · GitHub

Views

4.5K

Likes

0

Replies

0