Expand my Community achievements bar.

Hemant_arora
Hemant_arora
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • HiI am trying to convert an existing component jsp to sightly html.The jsp has the following code:<script>            var MY_CAROUSEL_PARAMS_A = {                control:                        {                                                            controls:        ${properties.controlsType eq...

    Type

    Questions

    Views

    3.4K

    Likes

    0

    Replies

    2
  • Simply write a sling servlet or a service and inside that write a query searching for the pages which have been rolled out, like while being rolled out every page must have been added with some property. In your query search pages with that property and delete all the pages which comes as a result.

    Type

    Questions

    Views

    867

    Likes

    0

    Replies

    0
  • The RTE does not support max length and required properties.Alternatively you can use allowBlank= false for required and for maxlength you can add a listener (validator) on click of OK button of dialog checking the length of the characters entered in RTE and validate accordingly.

    Type

    Questions

    Views

    5.0K

    Likes

    0

    Replies

    1
  • As edubey mentioned, check the bundle in felix console and click on the bundle and see the exported packages value.If it is empty, click on the refresh packages button on top right.If its still empty, then check the pom.xml of the project and add the package to exported packages tagor move the speci...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • You can add combobox widget with xtype as "combo" in the custom component dialog and add the property editable ,value= true.For events and other functions you can refer to https://docs.adobe.com/content/docs/en/cq/5-6-1/widgets-api/index.html

    Type

    Discussions

    Views

    882

    Likes

    0

    Replies

    0
  • Create a custom componentCreate a dialog and add a number field to dialog for entering the number of pagesAlso add a pathfield to select a parent folder under which you keep the new pagesIN your jsp or html write logic like read the last replicated on property of the pages and  sort them in asc/desc...

    Type

    Questions

    Views

    590

    Likes

    0

    Replies

    0
  • You are using the wrong artifact.Change it to below:<dependency>    <groupId>com.cognifide.slice</groupId>    <artifactId>slice-mapper-api</artifactId>    <version>3.1.0</version></dependency>

    Type

    Questions

    Views

    9.1K

    Likes

    0

    Replies

    0
  • Hi JuanMake sure you have the correct JAVA_HOME path .>echo %path%I faced a somewhat similar issue and checked the java -version, the result was java version "1.8.0_73"Java(TM) SE Runtime Environment (build 1.8.0_73-b02)Java HotSpot(TM) Client VM (build 25.73-b02, mixed mode, sharing)But my JAVA_HOM...

    Type

    Questions

    Views

    5.4K

    Like

    1

    Replies

    0
Top badges earned by Hemant_arora
Customize the badges you want to showcase on your profile