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

BigT168
BigT168
Offline

Badges

Badges
26

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
29

Posts

Posts
155

Discussions

Discussions
31

Questions

Questions
124

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by BigT168
Customize the badges you want to showcase on your profile
Re: which one is latest AEM foundation form fields for AEM 6.3 touch UI dialog - Adobe Experience Manager 12-12-2018
Yes, use the one with coral/libs/granite/ui/components/coral/foundation/form

Views

823

Likes

0

Replies

0
Re: Sling models: how to call the image class from core if I have an image fileReference - Adobe Experience Manager 12-07-2017
To learn how to work with images, Sling Models and dialogs - see this article -- Developing your first Experience Manager 6.3 Components

Views

663

Likes

0

Replies

0
Re: AEM 6.3 sling models implementation Error: cannot be correctly instantiated by the Use API? - Adobe Experience Manager 12-07-2017
Thanks, working now.I think the lines, somehow messed up with the result. I removed the lines, now it works fine. By the way, can you explain when to use @Model(adaptables=Resource.class) vs. @Model(adaptables = SlingHttpServletRequest.class, adapters = Article.class, resourceType = ArticleImpl.RESOURCE_TYPE)If my article component has an image, how to reuse the core image class (ImageImpl.java)? so I can pass the image path and return me a smart image class.Do you have an example?Thanks a lot.

Views

2.3K

Likes

0

Replies

0
Re: Problem loading the plugin: org.apache.sling.bnd.models.ModelsScannerPlugin - Adobe Experience Manager 12-07-2017
Hi BigT168,This issue might be because, it is unable to load the plugin properly. Can you please try adding the plugin with the dependency as below: org.apache.felix maven-bundle-plugin true <_plugin>org.apache.sling.bnd.models.ModelsScannerPlugin org.apache.sling org.apache.sling.bnd.models 1.0.0 Also you can refer to the Sling Models. Thanks,Techaspect Solutions Pvt Ltd.

Views

1.5K

Like

1

Replies

0
Re: The Cut and Delete icon are missing during authoring in AEM 6.3 touch UI - Adobe Experience Manager 13-07-2017
Look like it only happens in the editable template. Drag the same component into a page, works fine.Just past below lines into an existing component Hello then drag this components into an editable template, when you bring up the template page, in the middle of the component, it should have an "Drag components here" open parsys, but you don't see the cut and delete icon for this component.if you drag the same component into a page, the cut and delete icons are presented.Not sure if it...

Views

1.1K

Likes

0

Replies

0
Re: AEM 6.3 core component: Image not displayed - Adobe Experience Manager 30-05-2018
Thanks.

Views

2.7K

Likes

0

Replies

0
Re: The delete button is missing when dialog contains multifield in AEM 6.3 touch UI - Adobe Experience Manager 03-07-2017
After playing around, I notice it has something to do with this line "". Once I remove the line (the parsys), the delete button is displayed.I also tried to useIt has the same result, the delete button is gone.Does anyone know how to include a parsys in a component? We are using AEM 6.3 and editable template. Thanks.

Views

1.0K

Likes

0

Replies

0
Re: Using RTE in AEM 6.3 - Adobe Experience Manager 18-01-2018
Hi Ratna,Is there any way to add the quote feature in RTE editor.Thanks

Views

1.7K

Likes

0

Replies

0
Re: Best practice to reference the third party js libraries. - Adobe Experience Manager 27-06-2017
oh Let me correct myself here. The above scenario which we faced was when we included the thrid party plugins to our clientlibs,. But I have never tried the other way (adding the external link) to know if that also get minified (logically i don't think it shud be as it is residing in another platform totally ). I am sorry if this confuses ..

Views

1.3K

Likes

0

Replies

0
Re: How to make the "drag components here" available in initial content - Adobe Experience Manager 28-06-2017
Make sure that when you are in structure mode to unlock the LayoutContainer[Root] or component already added.I would recommend you to add a new layout container (also set the policy) on the page in Structure mode and then unlock this LayoutContainer. Now when you switch to initial mode you can drag and drop the components.PS: Unlocking the container is the key here.~kautuk

Views

1.2K

Likes

0

Replies

0