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

askdctm
askdctm
Offline

Badges

Badges
35

Accepted Solutions

Accepted Solutions
7

Likes Received

Likes Received
49

Posts

Posts
476

Discussions

Discussions
57

Questions

Questions
419

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by askdctm
Customize the badges you want to showcase on your profile
Re: How to make 'limit' property set on the fieldConfig node under the multifield configurable. - Adobe Experience Manager 13-06-2016
Hi All,Suppose I enter 3 in a textfield [property xyz], adding a listener there to get the value. Able to get the value. But not sure how to populate that to limit field in fieldconfig[in the above mentioned article]Trying the below:function(comp) { var dlg = comp.findParentByType('dialog'); var sel = dlg.getField('./xyz').getValue();console.log(sel); var field = dlg.getField('limit');field.setValue(sel);}Any thoughts/snippet will be helpful.

Views

964

Likes

0

Replies

0
Re: How to make 'limit' property set on the fieldConfig node under the multifield configurable. - Adobe Experience Manager 13-06-2016
Hi Kautuk,Yes, I have used the same article and it is working. However, I want to make the limit field configurable[i.e, I should be able to populate limit field value from another field[say a textfield/dropdown] in the component dialog]

Views

964

Likes

0

Replies

1
How to make 'limit' property set on the fieldConfig node under the multifield configurable. - Adobe Experience Manager 12-06-2016
Hi All,I am following the article http://letsaem.blogspot.in/2015/12/add-limit-to-number-of-elements-in.html to make this work.However, in addition 'limit' property value has to be configurable[i.e, it has to pick value from an authorable textfield in component dialog].Any thoughts/snippet on this will be helpful.

Views

1.3K

Like

1

Replies

3
Re: How to restrict number of tags we are able to select in the component dialog - Adobe Experience Manager 12-06-2016
Hi Kautuk,Phewwww. At last able to get it to work. Thanks a ton

Views

1.6K

Likes

0

Replies

0
Re: How to restrict number of tags we are able to select in the component dialog - Adobe Experience Manager 12-06-2016
Hi All, Tried writing a listener making use of addtag() event in Tagfield, but it is failing in all scenarios except one. Basically, is of no use in real world-scenarios.Any snippet/reference would be helpful.

Views

1.6K

Likes

0

Replies

0
Re: How to restrict number of tags we are able to select in the component dialog - Adobe Experience Manager 11-06-2016
Hi All,If anyone has implemented such a use case, it would be helpful if you can share snippet on this.

Views

1.6K

Likes

0

Replies

0
Re: How to restrict number of tags we are able to select in the component dialog - Adobe Experience Manager 10-06-2016
Hi Kautuk,Thank you for your reply.

Views

1.6K

Likes

0

Replies

0
Re: How to restrict number of tags we are able to select in the component dialog - Adobe Experience Manager 09-06-2016
Hi Scott,Thank you for your reply.Since the article in http://mspbox.blogspot.com/2014/09/limit-tags-selection-to-certian-number.html mentioned about restricting tags in AEM 6.0, thought of trying on the similar lines. Also, not sure how is it working , based on the article. Thought can tweak it to meet my objective.

Views

1.6K

Likes

0

Replies

0
Re: How to restrict number of tags we are able to select in the component dialog - Adobe Experience Manager 09-06-2016
Hi All,I am still not able to get this to work.I want to restrict the total number of tags to 3 in my component tag field, irrespective of the namespaces they are coming from.Any additional thoughts/snippet on this will be helpful.

Views

1.6K

Likes

0

Replies

0
Re: Limit pathfield to 1 inside a multifield - Adobe Experience Manager 09-06-2016
Hi Steve,http://letsaem.blogspot.in/2015/12/add-limit-to-number-of-elements-in.html worked.

Views

399

Likes

0

Replies

0