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

Nupur_Jain
Nupur_Jain
Offline

Badges

Badges
24

Accepted Solutions

Accepted Solutions
76

Likes Received

Likes Received
175

Posts

Posts
186

Discussions

Discussions
36

Questions

Questions
149

Ideas

Ideas
0

Blog Posts

Blog Posts
2
Top badges earned by Nupur_Jain
Customize the badges you want to showcase on your profile
Re: Adding thumbnail image to Template - Adobe Experience Manager Assets 15-03-2017
Hey,I don't think there is a way you can directly add thumbnail via DAM.If your thumbnail image exists in DAM, you can go to that image path in crx/de and copy it and paste it under template and rename it to thnumbnail.png. it is just a workaround.Or you can create a package , having the thumbnail image and just install it.Thanks,Nupur

Views

1.8K

Likes

0

Replies

0
Re: Is it possible to add javascript in rte? If yes, then how? - Adobe Experience Manager 14-03-2017
Hey,In classic UI ,you can use Xtype htmleditor instead of rte if you want to write js. It won't remove the script tag. But for touch UI , I don't see any resourceType for that.Hope it helps!ThanksNupur

Views

1.6K

Like

1

Replies

0
Re: Add Tab to Touch UI Page Properties - Adobe Experience Manager 09-02-2017
Hi,In Order to get the similar functionality like xtype:cqinclude , there is resourceType "granite/ui/components/foundation/include" in Touch UI.You can use it like this :

Views

2.2K

Likes

0

Replies

0
Re: Retrieve dialog value in AEM 6.2 using jquery - Adobe Experience Manager 06-02-2017
Hi,Are you talking about Classic dialog or Touch UI dialog ?

Views

1.1K

Likes

0

Replies

1
Re: Need to block user input in pathbrowser - Adobe Experience Manager 13-12-2016
Hey Ankush,I once encountered the same scenario where I didn't want author to enter any input , only allowing him to select the path, I created the javascript for that which I included in "cq.authoring.dialog" clientlib category.Here is the javascript code sample that can help you :$(document).on("dialog-ready", function() { var pathReadonly = function() { setTimeout(function() { $(".path-readonly").find(".js-coral-pathbrowser-input").each(function() { $(this).attr("readonly", "readonly"); }); }...

Views

2.3K

Likes

0

Replies

1
Re: AEM 6.2 | Creating and Translating Language Copies | Touch UI - Adobe Experience Manager 07-12-2016
Hey Selva,This is the link : https://docs.adobe.com/docs/en/aem/6-2/administer/sites/translation/tc-prep.html where you can find the steps to create the language copy for AEM 6.2 Touch UI.Hope this helps! Thanks,Nupur

Views

905

Likes

0

Replies

0
Re: String[] type for Multivalued Properties - AEM - Adobe Experience Manager 07-12-2016
I Don't know whether it is a defect or implementation but have observed the same.Thanks,Nupur

Views

11.0K

Like

1

Replies

0
Re: Clientlib is pulled in twice - Adobe Experience Manager 06-12-2016
What I can possibly think of is that you have copied the content from libs to apps i.e now there are two clientlib folders1. /libs/dam/gui/components/admin/adhocassetshare/clientlibs/shareembeddedpreview2. /apps/dam/gui/components/admin/adhocassetshare/clientlibs/shareembeddedpreviewwith category : embeddedadhocassetsharepreviewThis category embed your landing page clientlib : dam.gui.adhocshare.sharepageSomewhere in your page you are including clientlib : embeddedadhocassetsharepreviewnow, sinc...

Views

3.1K

Like

1

Replies

1
Re: Touch UI multifield not retaining the values - Adobe Experience Manager 06-12-2016
Hi Vijay,I also encountered the same issue but solved it.This article can help : http://experience-aem.blogspot.in/2015/06/aem-61-touch-ui-composite-multifield-store-values-as-child-nodes.htmlAlso you can download sample package from this link : https://drive.google.com/file/d/0B4d6KmbLkAumRk5OeUlQY3N1c3c/viewHope this helps! Thanks,Nupur

Views

673

Likes

0

Replies

0
Re: How to achieve custom action type in Form component? - Adobe Experience Manager Forms 29-11-2016
Hi Keerthana,Some options in the action dropdown field in advanced tab are present under the path '/libs/foundation/components/form/actions' in crx/de. Custom action can also be added to the dropdown list by creating the sling:Folder node with sling:resourceType 'foundation/components/form/action' under apps.Refer this link to create your own custom action https://docs.adobe.com/docs/en/cq/5-6-1/developing/developing-forms.html#Developing your own Form Actions Thanks,Nupur

Views

952

Likes

0

Replies

0