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

Ravi_Pampana
Ravi_Pampana
Online

Badges

Badges
33

Accepted Solutions

Accepted Solutions
113

Likes Received

Likes Received
387

Posts

Posts
375

Discussions

Discussions
104

Questions

Questions
272

Ideas

Ideas
2

Blog Posts

Blog Posts
2
Top badges earned by Ravi_Pampana
Customize the badges you want to showcase on your profile
Re: template level css change - Adobe Experience Manager 28-02-2018
You can also try wrapping the parsys added in the template with some html tag (div/span etc) and add class to the tag. Using the class the styles can be modified. Ex:Template --> Page Component --> JSP (Where template parsys is added)By adding this all the components will be wrapped under div having class (templatename) and styles can be added based on templatename.Hope this helps!

Views

638

Like

1

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: First Time creating Component in Touch UI - Adobe Experience Manager 26-02-2018
Thanks. After adding dialog , it is working fine.

Views

955

Likes

0

Replies

0
Re: Sling Models + sightly to read multifield values - Adobe Experience Manager 21-02-2018
Thank you Scott.Adding @Optional annotation worked for me.

Views

3.4K

Likes

0

Replies

0
Re: How to get images dam:Physicalwidthindpi & dam:Physicalheightindpi in AEM? - Adobe Experience Manager 20-02-2018
Have a look at Asset getMetadata() returns Object Array instead of String which might answered your question.

Views

690

Likes

0

Replies

0
Re: Single Page App Framework with AEM 6.x - Adobe Experience Manager 22-02-2018
Thanks Ravi.. I can not see SPA editor template in AEM 6.4 beta version.Do you have any idea on that?

Views

415

Likes

0

Replies

0
Re: Reinstalling the content package and the page status - Adobe Experience Manager 20-02-2018
Thanks for framing the answer perfectly.

Views

1.2K

Likes

0

Replies

0
Re: AEM backup - Adobe Experience Manager 14-02-2018
Unless you have different data in each publishers having backup of 1 publisher and author is sufficient.

Views

519

Likes

0

Replies

0
Re: Default to Classic UI but use Touch UI for specific pages - Adobe Experience Manager 14-02-2018
This looks like what I wanted! Thank you ravip.

Views

997

Likes

0

Replies

0
Re: Uploading large packages - Adobe Experience Manager 11-02-2018
It is always better to keep backup of aem instances on regular basis (preferably daily/weekly for prod servers based on the usage). Backup and Restore

Views

790

Likes

0

Replies

0