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

Bruce_Lefebvre
Bruce_Lefebvre
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
28

Likes Received

Likes Received
30

Posts

Posts
63

Discussions

Discussions
6

Questions

Questions
57

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Bruce_Lefebvre
Customize the badges you want to showcase on your profile
Re: Mobile Apps - Component referred using reference component - JSON not set in scope - Adobe Experience Manager Mobile 29-09-2016
Hi Sandeep,The best recommendation I can offer at this point is to create an extension of the /libs/foundation/components/reference component that includes the cq:template node specifying frameworkType: angular, and supports proxying angular.json and controller.js requests to the "referenced" resource. I hacked together an example component to prove this out:Mobile reference component example · GitHub Hope this helps,Bruce

Views

809

Likes

0

Replies

0
Re: Whats is Archetype Command for Mobile App? - Adobe Experience Manager Mobile 26-04-2016
Hello,We do not provide a maven archetype specifically for bootstrapping mobile app projects, but do have a 'starter kit' project on GitHub that you can use for this purpose: GitHub - Adobe-Marketing-Cloud-Apps/aem-phonegap-starter-kit: Bootstrap your AEM Apps projectBruce

Views

930

Likes

0

Replies

0
Re: Page Specific Styles - Adobe Experience Manager 15-10-2015
The method you've used in other systems will work fine in AEM, too. Simply expose a property via your template's page properties cq:dialog (`./pageClass` for example), and output the value of that property into the class attribute of your template's HTML element. In JSP:">or Sightly:You can now define your page specific styles as follows (for example, to style paragraphs when pageClass is set to 'homePage'):.homePage p { margin: 0 1em; }A general discussion on the topic can be found here [0].[0]...

Views

708

Likes

0

Replies

0
Re: Modifying Page dialog in 6.1 - Adobe Experience Manager 15-10-2015
You can get rid of the unwanted inherited tabs by including the following property on the `items` node that is a parent of the tabs:sling:hideChildren="[permissions,cloudservices,thumbnail]"

Views

542

Likes

0

Replies

0
Re: How do I get the value of a property given an absolute path? - Adobe Experience Manager 15-10-2015
As Bruce points out - you can use Sling - which assumes its a resource. That is a great code example. The one that i give works at the node level (JCR). When working with AEM - you can work at the JCR level (JCR API) or the Sling level (Sling API). Also - if you are interested in Sling - look at Sling Models: https://helpx.adobe.com/experience-manager/using/sling_models.html

Views

1.6K

Likes

0

Replies

0
Re: How to let the dispatcher not cache certain component? - Adobe Experience Manager 15-10-2015
Here is also a header that you can set for the request.https://helpx.adobe.com/experience-manager/kb/DispatcherNoCache.html

Views

1.3K

Likes

0

Replies

0
Re: Getting the hostname using Sightly - Adobe Experience Manager 07-07-2016
I think you could probably get it easier through the request global object..${request.serverName}

Views

2.2K

Likes

0

Replies

0
Re: About ComponentGroup field - Adobe Experience Manager 15-10-2015
A componentGroup property set to '.hidden' means the component will be hidden from the side panel Components tab (touch-optimized UI) and the Sidekick (classic UI). Hidden components can be used by developers as the sling:resourceType of a template, or included directly in a component's script via cq:include (JSP) [0] or data-sly-resource (Sightly) [1].[0] https://docs.adobe.com/docs/en/cq/5-6-1/developing/components.html#[1] http://docs.adobe.com/content/docs/en/aem/6-0/develop/sightly.html#res...

Views

2.3K

Likes

0

Replies

0
Re: AEM phonegap app with form - Adobe Experience Manager 15-10-2015
Thanks it got built.Please could you also suggest what I can do for the below My actual requirement is I need to build a mobile app that has form as input to the user and on submit gives a output similar to calculator using AEM 6 For doing such a activity I am not sure what I must know. For creating a sample form in AEM6 using phonegap do I need to know Angular js??Do we have any sample packages which has similar form which i could use for reference ??Where do i start exploring for this??

Views

557

Likes

0

Replies

0
Re: How do you localize an AEM PhoneGap App? - Adobe Experience Manager 15-10-2015
Have you checked this page?https://docs.adobe.com/docs/en/aem/6-0/develop/mobile/apps/apps-console.html

Views

492

Likes

0

Replies

0