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

mikezooz
mikezooz
Offline

Badges

Badges
22

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
18

Posts

Posts
75

Discussions

Discussions
10

Questions

Questions
65

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mikezooz
Customize the badges you want to showcase on your profile
Re: ClientLibs are not loaded when we access the page? - Adobe Experience Manager 15-01-2020
we are facing the same issue : while accessing the page clientlibs are not loading and after adding debugClientLibs=true we can see the clientlibs getting loaded

Views

2.4K

Likes

0

Replies

0
Re: AEM SPA Ecommerce - Hybris - Adobe Experience Manager 26-08-2019
I haven't seen any papers on SPA-ecomm integration as a recommended path. In my mind, I'm not sure of the benefits of SPA owning it rather than AEM with GraphQL route. I'd probably do more research later.Alternate route per Adobe's own CIF -- Integrations Integration patternThe AEM Venia Store front is a mixed page application in which AEM owns the glass and Magento powers the commerce backend in a headless way. Both server-side rendering and client-side rendering are used in the storefront. Ser...

Views

5.8K

Likes

0

Replies

0
Re: HTL AEM 6.3 DateFormat - Adobe Experience Manager 13-05-2019
HI michaelvino86​You can use ${ 'dd-MM-yyyy' @ format=currentPage.jcr:created}${ 'dd-MMM-yyyy hh:mm:ss' @ format=currentPage.jcr:created, timezone='PST'}${ 'dd-MMMM-yyyy hh:mm:ss' @ format=currentPage.jcr:created, timezone='PST', locale='fr'}To directly formet the date after AEM6.2.

Views

4.6K

Likes

2

Replies

0
Re: is that possible to Read the value from sightly and set through jQuery - Adobe Experience Manager 28-02-2018
Hi,You can directly used the variable in script tag in sightly using sightly context based on your requirement. Or you can also try using JS API as mentioned by smacdonald2008​var variable = '${properties.variablename @ context="scriptString"}'; // This can be used in javascript included after it as it is available as global variable Hope this helps !

Views

1.4K

Likes

0

Replies

0
Re: How to achieve currentPage.getContentResource("pagecontent/issue") on sightly? - Adobe Experience Manager 27-02-2018
@Hemant Arora : thanks for your reply.The correct and short answer is ${pageProperties['pagecontent/issue']}

Views

1.3K

Like

1

Replies

0
Re: How to apply font for only one component? - Adobe Experience Manager 14-03-2016
HiAs mentioned by Praveen, components are modules, they can have their own JS and CSS.So to implement CSS/JS only to the component,Add CSS and JQuery files to a CQ:ClientLibraryFolder nodeYou add a CSS file and a JQuery framework file to a cq:ClientLibraryFolder node to define the style of the client JSP. The JQuery framework file that is added is named jquery-1.6.3.min.js.To add CSS files and the JQuery framework to your component, add acq:ClientLibraryFolder node to your component. After you c...

Views

877

Likes

0

Replies

0
Re: How to display the Icons into CQ5 Components? - Adobe Experience Manager 11-03-2016
You can add a custom RTE plugin to show a popup with a list of icons. Take a look at the following article - http://experience-aem.blogspot.com/2014/02/aem-cq-56-extend-richtext-editor-add-new-plugin-pullquote.html

Views

3.1K

Likes

0

Replies

0