Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/2/17
    Is there a way to change the display icon that you click on to open the app, without having to resign the app and republish it?The app that I am working on is solely on iPads. 

    Views

    773

    Likes

    0

    Replies

    1
  • 5/2/17
    My post might seem crazy but got no way except to post here and get few suggestions. I have a baked in component on a template i did remove following lines form editconfig.xml . so that if component is baked in it will not show  delete(will show only config option ) and if its dragged on to parsys (...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 5/2/17
    Hi All,I'm able to add an Array values into AEM 6.2 Classic UI Component dialog Multifield field using listeners node click function, below is the code snippetfunction(comp, evt) { var form = this.findParentByType('form'); var arpitField = form.find('name', './arpitMultifield')[0]; if (arpitField) {...

    Views

    881

    Like

    1

    Replies

    0
  • 5/2/17
    Hi,I've CSV file stored in DAM and I need to read data programmatically.How can I do that?Thanks,Himanshu

    Views

    5.5K

    Like

    1

    Replies

    2
  • 5/1/17
    Here are some good resources: https://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.htmlhttps://helpx.adobe.com/experience-manager/kb/HowToConfigureLinkRewriting.htmlhttps://www.slideshare.net/justinedelson/mastering-the-sling-rewriterHope this content points you i...

    Views

    424

    Likes

    0

    Replies

    0
  • 5/1/17
    Hello All,As OOTB feature, scene7 videos do play and at the end they show up replay option with a blank background. Is there a setting which can show the original poster image by itself upon completion of video or do we need to custom code it ?Please advise.Thanks,Abdul

    Views

    538

    Likes

    0

    Replies

    0
  • 5/1/17
    I have extended the OOTB Experience fragment component by setting it as my custom components super type. Everything works great except that when I publish the page, the references UI does not detect that the extended Experience Fragment is pointing to a reference and so does not trigger replication ...

    Views

    1.9K

    Likes

    0

    Replies

    2
  • 5/1/17
    Hi,I have two OSGI Component classes with implementing the same interface.Class WordsValidatorImpl implements ContentValidators {    void validate() {}}Class ActivationValidatorImpl implements ContentValidators {    void validate() {}}I need call the validate() method on both the classes. How to do ...

    Views

    556

    Likes

    0

    Replies

    2
  • 5/1/17
    Hi,We were testing our existing components on AEM 6.3 and observed an issue on Chrome browser IPad emulator. Mainly the issue during "Upload Image Asset". For reference attached screen shot of the browser console.FYI - we are using the AEM 6.3 live jar and also have compiled our code with AEM 6.3 ub...

    Views

    523

    Likes

    0

    Replies

    0
  • 5/1/17
    HiI have created a launcher and provided glob pattern as  /content/demo/us/app/year2017/max([0-9]([\,.][0-9])?) for path /content/demo/us/app/year2017/max2,1. But this is not launching the workflow for ca:Page created event. I validated this regex on https://regex101.com/ and it seems to be valid. I...

    Views

    2.6K

    Like

    1

    Replies

    4