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

kkr1234
kkr1234
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
4

Posts

Posts
3

Discussions

Discussions
1

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by kkr1234
Customize the badges you want to showcase on your profile
Re: ACS Commons 5.1.0 update Has affected Generic lists - Adobe Experience Manager 24-12-2021
Hi @saurabhsingh1 , I have raised a concern for this in ACS Commons GitHub. Please have an eye on it. https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/2764

Views

885

Like

1

Replies

0
Re: Maxlength Is nor working in RTE for touch UI - Adobe Experience Manager 29-11-2021
Hi @savi50 Please try this. //rtemaxvalidation.js (function($, window, document) { var registry = $(window).adaptTo("foundation-registry"); registry.register("foundation.validation.validator", { selector: "[data-validation=rtemaxlenvalidation]", validate: function(el) { var element = $(el); var maxLen = element.data('maxlength'); var rteLen = element.text().trim().length; if (rteLen > maxLen) { return "Exceeded Maximum Limit"; } } }); }) ($, window, document);

Views

176

Like

1

Replies

0
Re: No option available to ADD/EDIT users with a CSV in AdminConsole - Adobe Experience Manager 03-11-2021
Thank you @Kishore_Kumar_ ! Just confirming that after gaining System Admin access I now have CSV options for bulk processes. Cheers!

Views

122

Likes

0

Replies

0
Likes from