Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 1/30/17
    Hi masters!I’ve configured the RTE sourceedit feature for a component via ‘cq:editConfig/cq:inplaceEditing’. It works fine.Now, I need to configure the same sourceedit feature for a component with 2 richtext fields. I’m trying to figure out if it’s possible to configure the sourceedit for editing in...

    Views

    2.1K

    Likes

    0

    Replies

    2
  • 1/30/17
    Hi guysI have a quick question regarding version purging. According to [0] I should use the Version Manager (PID com.day.cq.wcm.core.impl.VersionManagerImpl). Yet there is also a configuration for the Version Purge Task (PID com.day.cq.wcm.core.impl.VersionPurgeTask) which according to [1] is part o...

    Views

    2.3K

    Likes

    0

    Replies

    2
  • 1/29/17
    I have to enhance to Hyperlink functionality in TouchUI Rich text editor AEM 6.2. i could not find anything related. Only closest thing i could find out was this article http://experience-aem.blogspot.com/2015/11/aem-61-extend-touch-ui-rich-text-table-plugin-add-summary.html but this is for the tabl...

    Views

    2.6K

    Like

    1

    Replies

    4
  • 1/27/17
    I need to use  AccountManagementService(com.adobe.cq.account.api.AccountManagementService since Interface AccountManager is deprecated in AEM 6.2.But when I am inject the AccountManagementService in amy servlet and registering it servlet state goes to "Unsatisfied". If anybody has idea on this pleas...

    Views

    700

    Likes

    0

    Replies

    4
  • 1/27/17
    Hi there, I'm a front end developer. Our company is going to be adopting AEM going forward and I don't know a ton about it, though we've used it a bit in recent projects.I'm wondering if there's a way to use a front end JavaScript framework with AEM? We strongly prefer Vue.js, but also have experien...

    Views

    7.9K

    Likes

    2

    Replies

    6
  • 1/27/17
    Based on the versions I've found, it should work but I just wanted to confirm if anyone has used/tested this with any luck, without leaving tons of sessions open all over the place.According to SLING-4805[1], ResourceResolver should properly extend AutoCloseable[2] as of Sling API 2.11.0. And accord...

    Views

    4.9K

    Likes

    3

    Replies

    6
  • 1/27/17
    Hi,Is it possible to create an AEM component that will generate a JSON file instead of an HTML? If that's possible, could you point me to some online resources to see how it's done.Thanks!

    Views

    2.1K

    Likes

    0

    Replies

    2
  • 1/27/17
    Hi, we are going to be starting a new project with AEM 6.2 and looking at which front end frameworks to use. We are currently exploring an Angular2 Single Page Application integrated into AEM and wondering what is the best approach to do this. How would Angular 2 with authored content in AEM and how...

    Views

    660

    Likes

    0

    Replies

    2
  • 1/26/17
    Hi,I created a sample component with Dialog for Touch UI and Classis UI. Both work fine.Now I created a node cq:design_dialog and copy the same content as cq: dialog.It is not working.I created a design dialog for Classic UI and that is working fine in both Classis UI and Touch UI. Am I missing some...

    Views

    3.8K

    Likes

    0

    Replies

    3
  • 1/26/17
    I'm trying to add a style dynamically with HTL.HTL code is:<section class="header-page" data-sly-attribute.style="${header.cssStyle}" data-sly-use.header="com.acme.foo.Header"> </section>And in my Java class I have:public class Header extends WCMUsePojo { private String imagePath; @Override public v...

    Views

    6.6K

    Likes

    3

    Replies

    12