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
HTL AEM 6.3 DateFormat - Adobe Experience Manager 07-03-2018
AEM 6.3 Date format, i have created the below HTL ${ 'MM/dd/yyyy HH:mma' @ format=pageProperties.cq:lastReplicated}its provide the output as "03/07/2018 20:08PM"I have requirement to change the PM as pm, likewise AM as am (Lowercase). Is that acheivable using HTL?

Views

6.7K

Likes

2

Replies

8
is that possible to Read the value from sightly and set through jQuery - Adobe Experience Manager 28-02-2018
Hi All, i have a requiremnt that read the value from sightly and set through jquery. If we have a alternate way kindly let me know.Reading the value from author node and displaying on preview/publisher modecode snippet:var a = ${pageProperties['pagecontent/offertitle/title']}jQuery("#title").text(a);

Views

1.8K

Likes

0

Replies

3
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
How to achieve currentPage.getContentResource("pagecontent/issue") on sightly? - Adobe Experience Manager 26-02-2018
I am new for HTL, below code works on JSP. How to achieve in sightlycurrentPage.getContentResource("pagecontent/issue")please help me how to read the property from "pagecontent/issue" node. The targeted node is issue.Thanks in advance

Views

1.6K

Likes

2

Replies

2
Re: How to apply font for only one component? - Adobe Experience Manager 14-03-2016
Its applying for entire template.

Views

1.2K

Likes

0

Replies

0
How to apply font for only one component? - Adobe Experience Manager 14-03-2016
Hi All,I have a template which has many components. In that only one component i have to apply custom font.could you please help me out? how to fix the issue? Thanks,Michael

Views

1.9K

Likes

0

Replies

5
Re: How to display the Icons into CQ5 Components? - Adobe Experience Manager 10-03-2016
we are expecting all the icons in the popup. Author can select the icon as per their requirement. its like a insert a smiley from the popup and applying it.

Views

3.1K

Likes

0

Replies

1
How to display the Icons into CQ5 Components? - Adobe Experience Manager 10-03-2016
Hi All,I have to create the component, when author click on the custom rte icon it has to show more than 50 Icons(CSS) based.Icon CSS Based Example:.customClass{ content: "e676" !important;}The above class provide the refresh Icon.Like wise i have more than 50 Icons are there. Author can select any of them.please share your idea, how to complete this requirement.

Views

3.2K

Likes

0

Replies

5
How to read the count of components? - Adobe Experience Manager 16-02-2016
Hi All,i want to read the count of the components which is repeated component.Example: RootContentNode/jcr:content/pageContent/header/ /header_1 /header_2 The above example the header component repeated as three times, so i want to get the count as 3.thanks in advancemichaelCould you please help me out.

Views

2.8K

Likes

0

Replies

3
ClientLibs are not loaded when we access the page? - Adobe Experience Manager 02-11-2015
Hi All,The clientlibs js are not loaded, when we access the page. so i have added at the end of the url debugClientLibs=true. its working but if i remove its not working in dev and publisher. i dont think it will work in dispatcher. could you please help me out to fix this issue.Thanks,Michael

Views

3.1K

Likes

0

Replies

4