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

JakeCham
JakeCham
Offline

Badges

Badges
20

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
23

Posts

Posts
102

Discussions

Discussions
13

Questions

Questions
88

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by JakeCham
Customize the badges you want to showcase on your profile
Re: Multifield Add button disappearing at some stage while trying to author - Adobe Experience Manager 20-07-2022
@JakeCham The problem is the nesting of components, and this limit is there to prevent recursion use less sling:include The limit of 1000 (default value) can barely be reached by authors adding more and more components. Instead it is only critical, if an authorable component internally consists of 10+ components. Therefor it’s not an authoring problem, but rather the result of developer decisions. Refer to below artical:https://cqdump.joerghoh.de/2022/01/05/how-to-deal-with-the-toomanycallsexcep...

Views

51

Like

1

Replies

0
Re: Hide and Show dropdown in Nested Multifield - Adobe Experience Manager 19-07-2022
Hi, I made it work for nested multifield with some changes to https://github.com/arunpatidar02/aem63app-repo/blob/master/js/dropdownshowhide-multifield.js try below JS. (function(document, $) {"use strict";// when dialog gets injected$(document).on("foundation-contentloaded", function(e) {// if there is already an inital value make sure the according target element becomes visibleshowHideHandler($(".cq-dialog-dropdown-showhide-multi", e.target));});$(document).on("selected", ".cq-dialog-dropdown...

Views

97

Likes

2

Replies

0
Re: Text field validation not for number to be entered - Adobe Experience Manager 03-07-2022
Hi @JakeCham ,There is already a well defined framework to write dialog validations. Let me explain with your use case. As this framework use jQuery code, Create a specific clientlibs to write validation code and load this clientlibs in only edit mode. You can add/load this clientlibs by adding property "extraClientlibs" to cq:dialog node.extraClientlibs="[aemgeeks.components.author.editor]" Add a property "validation" to your dialog field. Value of this property will be used to identify field i...

Views

87

Likes

3

Replies

0
Re: Character limit for text field inside a multi field in SP 6.5 - Adobe Experience Manager 03-07-2022
Hi @JakeCham,According to documentation you should use maxlength property to restrict number of chars.Here is very simple example that presents text filed with length limitation inside multi filed. I have tested it on AEM 6.5.11 but it should work on any other AEM 6.5 version.

Views

50

Likes

3

Replies

0
Re: Gray boarder after browsed .PNG images - Adobe Experience Manager 27-06-2022
Then can you check original asset?, you can see it from renditions as well

Views

66

Like

1

Replies

0
Re: Can we async or defer referencing Client side Libraries - Adobe Experience Manager 03-06-2022
Hi Asutosh_Jena_ Thank you for the response. Tried the above solution where dependencies and embedded categories are not building as clientlibs .Only specified categories are coming when we used newly created template ''/apps/clientlib -async/sightly/templates/clientlib.html''. Any input highly appreciated.

Views

121

Likes

0

Replies

0
Re: Sly logic not working when adding a div just before and after - Adobe Experience Manager 20-04-2022
From experiences, I've noticed that HTML elements cannot be declared as non-pairs inside of sightly conditions, so like you must either use .Please change to -> Test 1 Test 2 // outputTest 1Test 2

Views

43

Likes

2

Replies

0
Re: Sly logic mismatching - Adobe Experience Manager 20-04-2022
Thanks a lot. It works!

Views

120

Like

1

Replies

0
Re: Hi, In 6.5 SP4, I have tried all the mentioned solutions... - Adobe Experience Manager 10-03-2022
Hi @JakeCham , Can you pls try to refer/map the node created to the respective RTE field in your dialog? because this helped me fix the issue in 6.5. Let me know if it helps

Views

350

Like

1

Replies

0
Re: What is the purpose of granite.ui.quickactions catego... - Adobe Experience Manager 20-01-2022
what is the purpose of "categories" node property here ??? how can we know that for a particular node what will be the value of this "categories" property ????

Views

397

Likes

0

Replies

0